OutputConfig
Defined in the config module.Rust AI Agent SDK Output configuration
Fields
| Name | Type | Description |
|---|---|---|
mode | "silent" | - |
mode | String | Output mode: “silent”, “verbose”, “json” |
file | Option<String> | Output file path (optional) |
Methods
new
silent
verbose
file
| Name | Type |
|---|---|
path | impl Into<String> |
Source
View on GitHub
praisonai/src/config.rs at line 114
