interface ReplyToToolCallParams {
    conversationId: string;
    toolOutputs: ToolExecutionMessage[];
}

Properties

conversationId: string
toolOutputs: ToolExecutionMessage[]