StandardToolCallDeserializer
org.llm4s.llmconnect.serialization.StandardToolCallDeserializer
object StandardToolCallDeserializer extends ToolCallDeserializer
Standard tool call deserializer for most LLM providers (OpenAI, Anthropic, etc.).
Expects a flat JSON array of tool call objects, each containing an id and a function object with name and arguments fields.
Attributes
- Graph
-
- Supertypes
- Self type
Members list
In this article