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