Type Alias AgentPreviewMessage
AgentPreviewMessage: {
citedReferences: { type: string; value: string };
feedbackId: string;
id: string;
isContentSafe: boolean;
message: string;
planId: string;
result: { property: string; type: string; value: any };
type: MessageType;
}
Type declaration
citedReferences: { type: string; value: string }
feedbackId: string
id: string
isContentSafe: boolean
message: string
planId: string
result: { property: string; type: string; value: any }
type: MessageType