Type alias AIConversationFunctionCallOutputParams

AIConversationFunctionCallOutputParams: {
    item: FunctionCallOutputItem;
    type: "conversation.item.create";
}

Params for an outbound ai_conversation message with params.type = "conversation.item.create". Contains a function_call_output item to send back to the backend.

Type declaration