StreamingToolArgumentParser

org.llm4s.llmconnect.streaming.StreamingToolArgumentParser

Shared boundary parser for streaming tool-call arguments.

  • Empty input yields an empty object sentinel for accumulators.
  • Valid JSON is parsed as-is.
  • Invalid/partial JSON is preserved as a raw string for later assembly.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def parse(raw: String): Value