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?
optionalconversation_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?
optionalimage_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