Skip to main content

ConverseStreamTrace

Type Alias ConverseStreamTrace 

Source
pub type ConverseStreamTrace = ConverseTrace;
Expand description

AWS names the streaming object separately but documents the same shape.

Aliased Type§

pub struct ConverseStreamTrace {
    pub guardrail: Option<GuardrailTraceAssessment>,
    pub prompt_router: Option<PromptRouterTrace>,
    pub rest: Map<String, Value>,
}

Fields§

§guardrail: Option<GuardrailTraceAssessment>§prompt_router: Option<PromptRouterTrace>§rest: Map<String, Value>