ExecutionOutputStream

Type Alias ExecutionOutputStream 

Source
pub type ExecutionOutputStream = Annotated<LLMEngineOutput>;
Expand description

Represents the output stream from the execution engine

Aliased Type§

pub struct ExecutionOutputStream {
    pub data: Option<LLMEngineOutput>,
    pub id: Option<String>,
    pub event: Option<String>,
    pub comment: Option<Vec<String>>,
}

Fields§

§data: Option<LLMEngineOutput>§id: Option<String>§event: Option<String>§comment: Option<Vec<String>>