Skip to main content

message_item

Function message_item 

Source
fn message_item(
    item_id: &str,
    response_id: &str,
    content: Value,
    status: &str,
) -> Value
Expand description

One assistant message as an output item, in the two shapes a round streams it in: content is empty while the item is in progress and carries the whole text once it is done.