mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
fix
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user