Meta

Type Alias Meta 

Source
pub type Meta = Map<String, Value>;
Expand description

Value attached to a given ACP type on the _meta field.

The _meta property is reserved by ACP to allow clients and agents to attach additional metadata to their interactions. Implementations MUST NOT make assumptions about values at these keys.

See protocol docs: Extensibility

Aliased Typeยง

pub struct Meta { /* private fields */ }