org.llm4s.llmconnect.serialization
Members list
Type members
Classlikes
object OpenRouterToolCallDeserializer extends ToolCallDeserializer
OpenRouter-specific tool call deserializer Handles OpenRouter's double-nested array structure (array of arrays of tool calls) rather than a single-level array of tool calls.
OpenRouter-specific tool call deserializer Handles OpenRouter's double-nested array structure (array of arrays of tool calls) rather than a single-level array of tool calls.
Attributes
- Supertypes
- Self type
object StandardToolCallDeserializer extends ToolCallDeserializer
Standard tool call deserializer for most providers
Standard tool call deserializer for most providers
Attributes
- Supertypes
- Self type
trait ToolCallDeserializer
Abstraction for deserializing tool calls from different LLM providers
Abstraction for deserializing tool calls from different LLM providers
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object StandardToolCallDeserializer
In this article