Skip to Content
Anuma SDKClientInternalType AliasesLlmapiPortalChatCompletionRequest

LlmapiPortalChatCompletionRequest

LlmapiPortalChatCompletionRequest = object

Defined in: src/client/types.gen.ts:628 

Portal carries non-OpenAI fields scoped to the portal under a single key so they don’t collide with the embedded SDK type’s custom JSON marshaling.

Properties

conversation_id?

optional conversation_id: string

Defined in: src/client/types.gen.ts:633 

ConversationID groups requests belonging to the same conversation for observability. Pass-through only — not forwarded to the LLM provider.


image_model?

optional image_model: string

Defined in: src/client/types.gen.ts:638 

ImageModel is the user-selected image generation model. When set, the portal overrides the model field in image tool call arguments.

Last updated on