AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-openai
/
dev.mokksy.aimocks.openai.model.chat
/
ToolChoiceFunction
Tool
Choice
Function
@
Serializable
data
class
ToolChoiceFunction
(
val
name
:
String
)
(
source
)
Represents a function that the model should call.
Members
Constructors
Tool
Choice
Function
Link copied to clipboard
constructor
(
name
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
The name of the function to call.