fix: pre-commit

This commit is contained in:
Sheng Fan 2025-03-19 14:12:46 +08:00
parent 7e3609f19f
commit d644d976b0

View File

@ -10,6 +10,7 @@ from app.prompt.toolcall import NEXT_STEP_PROMPT, SYSTEM_PROMPT
from app.schema import TOOL_CHOICE_TYPE, AgentState, Message, ToolCall, ToolChoice from app.schema import TOOL_CHOICE_TYPE, AgentState, Message, ToolCall, ToolChoice
from app.tool import CreateChatCompletion, Terminate, ToolCollection from app.tool import CreateChatCompletion, Terminate, ToolCollection
TOOL_CALL_REQUIRED = "Tool calls required but none provided" TOOL_CALL_REQUIRED = "Tool calls required but none provided"