org.llm4s.llmconnect.model.ToolMessage
See theToolMessage companion object
final case class ToolMessage(content: String, toolCallId: String) extends Message
Represents a message from a tool, typically containing the result of a tool call.
Value parameters
- content
-
Content of the tool message, usually the result of the tool execution, e.g. a json response.
- toolCallId
-
Unique identifier for the tool call (as provided by the ToolCall).
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article