Skip to main content

AGUI_METADATA_KEY

Constant AGUI_METADATA_KEY 

Source
pub const AGUI_METADATA_KEY: &str = "ag-ui";
Expand description

The key reserved for the protocol’s own use inside a metadata object.

Reserved by convention: metadata is open by key, so nothing rejects a write to it. AG-UI may put its own values under it in future versions, which is why an application should not.