toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-ai-azure
/
org.http4k.connect.azure.action
/
ToolCall
Tool
Call
@
JsonSerializable
data
class
ToolCall
(
val
id
:
String
,
val
type
:
String
,
val
function
:
FunctionCall
,
val
index
:
Int
?
=
null
)
Members
Constructors
Tool
Call
Link copied to clipboard
constructor
(
id
:
String
,
type
:
String
,
function
:
FunctionCall
,
index
:
Int
?
=
null
)
Properties
function
Link copied to clipboard
val
function
:
FunctionCall
id
Link copied to clipboard
val
id
:
String
index
Link copied to clipboard
val
index
:
Int
?
=
null
type
Link copied to clipboard
val
type
:
String