Skip to main content

JsonFileExporter

Defined in the trace module.
Rust AI Agent SDK JSON file exporter.

Fields

NameTypeDescription
pathstd::path::PathBuf-

Methods

new

fn new(path: impl Into<std::path::PathBuf>) -> Self
Create a new JSON file exporter. Parameters:
NameType
pathimpl Into&lt;std::path::PathBuf&gt;

Source

View on GitHub

praisonai/src/trace/mod.rs at line 357