mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 22:48:09 +01:00
refactors and ui enhancements
This commit is contained in:
@@ -17,7 +17,7 @@ class ToolDefinition:
|
||||
|
||||
|
||||
@dataclass
|
||||
class ToolsData:
|
||||
class AgentGoal:
|
||||
tools: List[ToolDefinition]
|
||||
description: str = "Description of the tools purpose and overall goal"
|
||||
example_conversation_history: str = (
|
||||
|
||||
Reference in New Issue
Block a user