1 parent 9f80a68 commit 2ec3bcaCopy full SHA for 2ec3bca
1 file changed
python_agent_harness/token_estimator.py
@@ -69,9 +69,6 @@ def calibrate(self, estimated: int) -> int:
69
return round(estimated * self.factor)
70
71
72
-_SYSTEM_KEYS = ("system", "system_instruction", "instructions", "systemInstruction")
73
-
74
75
def payload_text(system: object, messages: list[dict], tools: list[dict]) -> str:
76
"""Serialize the full prompt payload into one plain-text buffer."""
77
buf: list[str] = []
0 commit comments