mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 06:28:08 +01:00
Add "done" back in for prompts, remove argument from ListAgents tool def
This commit is contained in:
@@ -17,7 +17,7 @@ class CombinedInput:
|
||||
|
||||
Message = Dict[str, Union[str, Dict[str, Any]]]
|
||||
ConversationHistory = Dict[str, List[Message]]
|
||||
NextStep = Literal["confirm", "question", "done"]
|
||||
NextStep = Literal["confirm", "question", "pick-new-goal", "done"]
|
||||
|
||||
|
||||
@dataclass
|
||||
|
||||
Reference in New Issue
Block a user