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-gemini
/
dev.mokksy.aimocks.gemini
/
Tool
Tool
@
Serializable
data
class
Tool
(
val
functionDeclarations
:
List
<
FunctionDeclaration
>
)
(
source
)
Represents a tool that the model may call.
Members
Constructors
Tool
Link copied to clipboard
constructor
(
functionDeclarations
:
List
<
FunctionDeclaration
>
)
Properties
function
Declarations
Link copied to clipboard
@
SerialName
(
value
=
"function_declarations"
)
val
functionDeclarations
:
List
<
FunctionDeclaration
>
The functions that the model may call.