Skip to main content

ProviderReference

Type Alias ProviderReference 

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

Provider-side resource identifiers, keyed by provider name.

Example: { "openai": "file-abc123" }. A reference produced by one provider’s file upload can be attached to a message and resolved by the same provider on a later call.

Aliased Type§

pub struct ProviderReference { /* private fields */ }