ToolCallDeserializer
org.llm4s.llmconnect.serialization.ToolCallDeserializer
trait ToolCallDeserializer
Abstraction for deserializing tool calls from different LLM provider response formats.
Each provider may encode tool calls differently in its JSON responses. Implementations convert the provider-specific JSON structure into a uniform Vector[ToolCall].
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object StandardToolCallDeserializer
Members list
In this article