Skip to main content

@agentshelf/external-agents-sdk / ExternalAgentConversation

Type Alias: ExternalAgentConversation

type ExternalAgentConversation = {
conversationRef: ConversationRef;
createdAt?: string;
lastActivityAt?: string | null;
status: string;
title?: string | null;
updatedAt?: string;
};

Properties​

conversationRef​

conversationRef: ConversationRef;

createdAt?​

optional createdAt?: string;

lastActivityAt?​

optional lastActivityAt?: string | null;

status​

status: string;

title?​

optional title?: string | null;

updatedAt?​

optional updatedAt?: string;