Interface WorkflowConverationAPIRequestBody

interface WorkflowConverationAPIRequestBody {
    appConfig?: Record<string, any>;
    content: AgentRequestContent<Record<string, any>>;
}

Properties

Properties

appConfig?: Record<string, any>
content: AgentRequestContent<Record<string, any>>