OpenRouterToolCallDeserializer

org.llm4s.llmconnect.serialization.OpenRouterToolCallDeserializer

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

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def deserializeToolCalls(toolCallsJson: Value): Vector[ToolCall]