mirror of
https://github.com/langgenius/dify.git
synced 2026-04-26 10:16:40 +08:00
fix
This commit is contained in:
parent
563d81277b
commit
e1db77eec2
@ -76,5 +76,5 @@ class AgentEntity(BaseModel):
|
|||||||
model: str
|
model: str
|
||||||
strategy: Strategy
|
strategy: Strategy
|
||||||
prompt: Optional[AgentPromptEntity] = None
|
prompt: Optional[AgentPromptEntity] = None
|
||||||
tools: list[AgentToolEntity] = None
|
tools: Optional[list[AgentToolEntity]] = None
|
||||||
max_iteration: int = 5
|
max_iteration: int = 5
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user