Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
