Skip to Content
Anuma SDKClientInternalType AliasesOpenaiChatCompletionNewParamsStopUnion

OpenaiChatCompletionNewParamsStopUnion

OpenaiChatCompletionNewParamsStopUnion = object

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

Not supported with latest reasoning models o3 and o4-mini.

Up to 4 sequences where the API will stop generating further tokens. The returned text will not contain the stop sequence.

Properties

any?

optional any: unknown

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


ofString?

optional ofString: ParamOptString

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


ofStringArray?

optional ofStringArray: string[]

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

Last updated on