Commit 5759122d authored by John Wang's avatar John Wang

fix: AgentExecuteResult validation error

parent 2de7f5d2
......@@ -47,7 +47,7 @@ class AgentConfiguration(BaseModel):
class AgentExecuteResult(BaseModel):
strategy: PlanningStrategy
output: str
output: Optional[str]
configuration: AgentConfiguration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment