Skip to main content

RunMetadata

Type Alias RunMetadata 

Source
pub type RunMetadata = BTreeMap<String, Value>;
Expand description

Request, context, or output metadata for one run.

Metadata is caller- or implementation-owned key/value data. It is not automatically inserted into model context; an agent, harness, provider adapter, or application layer must opt in explicitly.

Aliased Typeยง

pub struct RunMetadata { /* private fields */ }