openai-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
openai-kotlin
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