OutputConfig
Defined in the Configuration 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
json
file
| Name | Type |
|---|---|
path | impl Into<String> |

