http4k-connect-ai-azure
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-connect-ai-azure
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
?
role
Link copied to clipboard
val
role
:
Role
tool_
calls
Link copied to clipboard
val
tool_calls
:
List
<
ToolCall
>
?