org.llm4s.llmconnect.model.ToolCall
See theToolCall companion object
Represents a tool call request from the LLM.
Value parameters
- arguments
-
Arguments passed to the tool in JSON format.
- id
-
Unique identifier for the tool call (generated byt the LLM).
- name
-
Name of the tool being called. (from the list of tools provided to the LLM).
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article