feat(workflow): add per-agent vision configuration
This commit is contained in:
@@ -34,6 +34,7 @@ class RuntimeModelResource(BaseModel):
|
||||
interface_type: str
|
||||
values: dict = Field(default_factory=dict)
|
||||
secrets: dict = Field(default_factory=dict)
|
||||
support_image_input: bool = False
|
||||
|
||||
|
||||
class RuntimeKnowledgeBase(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user