We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3609f commit d644d97Copy full SHA for d644d97
1 file changed
app/agent/toolcall.py
@@ -10,6 +10,7 @@
10
from app.schema import TOOL_CHOICE_TYPE, AgentState, Message, ToolCall, ToolChoice
11
from app.tool import CreateChatCompletion, Terminate, ToolCollection
12
13
+
14
TOOL_CALL_REQUIRED = "Tool calls required but none provided"
15
16
0 commit comments