http4k-ai-llm-core
Toggle table of contents
6.20.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-ai-llm-core
http4k-ai-llm-core
/
org.http4k.ai.llm.tools
/
ToolResponse
Tool
Response
data
class
ToolResponse
(
val
result
:
Message.ToolResult
)
(
source
)
Members
Constructors
Tool
Response
Link copied to clipboard
constructor
(
result
:
Message.ToolResult
)
constructor
(
id
:
RequestId
,
tool
:
ToolName
,
text
:
String
)
Properties
result
Link copied to clipboard
val
result
:
Message.ToolResult