add tool_done in state
This commit is contained in:
@@ -14,3 +14,4 @@ class ChattyToolState(TypedDict):
|
|||||||
Dict[str, Dict[str, str|int]]]
|
Dict[str, Dict[str, str|int]]]
|
||||||
tool_messages: List[SystemMessage | HumanMessage | AIMessage]
|
tool_messages: List[SystemMessage | HumanMessage | AIMessage]
|
||||||
chatty_messages: List[SystemMessage | HumanMessage | AIMessage]
|
chatty_messages: List[SystemMessage | HumanMessage | AIMessage]
|
||||||
|
tool_done: bool # Flag to signal when tool execution is complete
|
||||||
|
|||||||
Reference in New Issue
Block a user