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