toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-ai-azure
/
org.http4k.connect.azure.action
/
ChoiceDetail
Choice
Detail
@
JsonSerializable
data
class
ChoiceDetail
(
r
:
Role
?
,
val
content
:
String
?
=
null
,
val
tool_calls
:
List
<
ToolCall
>
?
=
null
)
Members
Constructors
Choice
Detail
Link copied to clipboard
constructor
(
r
:
Role
?
,
content
:
String
?
=
null
,
tool_calls
:
List
<
ToolCall
>
?
=
null
)
Properties
content
Link copied to clipboard
val
content
:
String
?
=
null
role
Link copied to clipboard
val
role
:
Role
tool_
calls
Link copied to clipboard
val
tool_calls
:
List
<
ToolCall
>
?
=
null