VisionAgentBuilder
Defined in the agents module.Rust AI Agent SDK Builder for VisionAgent
Fields
| Name | Type | Description |
|---|---|---|
name | Option<String> | - |
model | Option<String> | - |
config | VisionConfig | - |
verbose | bool | - |
Methods
name
| Name | Type |
|---|---|
name | impl Into<String> |
model
| Name | Type |
|---|---|
model | impl Into<String> |
config
| Name | Type |
|---|---|
config | VisionConfig |
build
Source
View on GitHub
praisonai/src/agents/mod.rs at line 996
