mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
@ -1,5 +1,3 @@
|
||||
from typing import Optional
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
@ -7,4 +5,4 @@ class AgentNodeStrategyInit(BaseModel):
|
||||
"""Agent node strategy initialization data."""
|
||||
|
||||
name: str
|
||||
icon: Optional[str] = None
|
||||
icon: str | None = None
|
||||
|
||||
Reference in New Issue
Block a user