Type alias AIConversationFunctionCallParams

AIConversationFunctionCallParams: {
    item: FunctionCallItem;
    type: "conversation.item.created";
}

Params for an inbound ai_conversation message with params.type = "conversation.item.created". Contains a function_call item from the backend.

Type declaration