diff --git a/packages/llm-mapper/types.ts b/packages/llm-mapper/types.ts index 445c4514b2..7795cd26bb 100644 --- a/packages/llm-mapper/types.ts +++ b/packages/llm-mapper/types.ts @@ -111,7 +111,7 @@ type LLMResponseBody = { instructions?: string | null; model?: string | null; error?: { - heliconeMessage: any; + heliconeMessage: string | Record; }; toolDetailsResponse?: { status: string; @@ -275,7 +275,7 @@ type HeliconeMetadata = { storageLocation?: string | null; }; -// UNORGANZIED +// UNORGANIZED export type PromptMessage = Message | string; // These are planned I think? export type HeliconeErrorType = {