This commit is contained in:
Krzysztof Czerwinski
2026-02-26 17:37:54 +09:00
parent 39a1c890de
commit a3bfa31067

View File

@@ -735,7 +735,7 @@ async def llm_call(
raw_response=response,
prompt=prompt,
response=content,
tool_calls=tool_calls, # type: ignore
tool_calls=tool_calls, # type: ignore
prompt_tokens=prompt_tokens,
completion_tokens=completion_tokens,
reasoning=reasoning,