toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.chat
/
FunctionToolChoice
Function
Tool
Choice
@
Serializable
data
class
FunctionToolChoice
(
val
name
:
String
)
Represents the function to call by the model.
Members
Constructors
Function
Tool
Choice
Link copied to clipboard
constructor
(
name
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String