interface Invocation {
    invocationId?: string;
    userContent: Content;
    finalResponse?: Content;
    intermediateData?: IntermediateData;
    creationTimestamp: number;
}

Properties

invocationId?: string
userContent: Content
finalResponse?: Content
intermediateData?: IntermediateData
creationTimestamp: number