compatibilityDate
compatibilityDate: string
createdAt
createdAt: string
creditsUsed
creditsUsed: number
inputContent
inputContent: {
files: any[];
messages: any[];
variables: Record<string, unknown>;
}
metadata: {
promptVersion: {
modelConfigurations: {
model: string;
structuredOutput: {
enabled: boolean;
schema: {
description: string;
properties: Record<string, unknown>;
required: string[];
title: string;
type: string;
};
};
temperature: number;
type: string;
};
variablesDefinitions: {
name: string;
processingOptions: { allowMultimodal: boolean };
required: boolean;
type: string;
}[];
};
}
outputContent
outputContent: { content: TOutput; functionCall: any; role: string; toolCalls: any[];} promptApplicationId
promptApplicationId: any
promptVersionId
promptVersionId: string
rawInput: {
async: boolean;
canvasId: string;
tags: string[];
variables: Record<string, unknown>;
}
rawOutput
rawOutput: { choices: { message: { content: TOutput; functionCall: any; role: string; toolCalls: any[]; }; }[]; created: number; id: string; object: string; usage: { completionTokens: number; cost: { completionCost: number; promptCost: number; totalCost: number }; promptTokens: number; totalTokens: number; };} updatedAt
updatedAt: string
workspaceId
workspaceId: string