mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 05:58:08 +01:00
get tool data query script
This commit is contained in:
@@ -210,7 +210,7 @@ class ToolWorkflow:
|
||||
return self.conversation_summary
|
||||
|
||||
@workflow.query
|
||||
def get_tool_data(self) -> Optional[str]:
|
||||
def get_tool_data(self) -> Optional[dict]:
|
||||
return self.tool_data
|
||||
|
||||
# Helper: generate text of the entire conversation so far
|
||||
|
||||
Reference in New Issue
Block a user