interface ConversationTraces {
    agentName?: string;
    conversationId: string;
    createdAt: string;
    requests: ConversationRequestTraceItem[];
    updatedAt: string;
    workflowName?: string;
}

Properties

agentName?: string
conversationId: string
createdAt: string
updatedAt: string
workflowName?: string