Skip to Content
Anuma SDKClientInternalType AliasesOpenaiChatCompletionNamedToolChoiceParam

OpenaiChatCompletionNamedToolChoiceParam

OpenaiChatCompletionNamedToolChoiceParam = object

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

Properties

any?

optional any: unknown

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


function?

optional function: OpenaiChatCompletionNamedToolChoiceFunctionParam

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


type?

optional type: string

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

The type of the tool. Currently, only function is supported.

This field can be elided, and will marshal its zero value as “function”.

Last updated on