Jidoka.Runtime.ReqLLM.Decision (Jidoka v0.8.0-beta.1)

Copy Markdown View Source

Parses the constrained JSON decision protocol used by the ReqLLM runtime.

Summary

Types

Functions

parse_object(object)

@spec parse_object(map()) :: {:ok, t()} | {:error, term()}

parse_text(text)

@spec parse_text(String.t() | nil) :: {:ok, t()} | {:error, term()}