Thin wrappers over ReqLLM helpers used by studio actions to keep examples tidy.
Summary
Functions
Generate a structured object adhering to schema.
Generate free-form text from an LLM model alias.
Functions
Generate a structured object adhering to schema.
Accepts a string prompt, a schema map/keyword expected by ReqLLM, and optional
generation overrides.
Supports optional :model override (defaults to :fast).
Returns {:ok, map} or {:error, reason}.
Generate free-form text from an LLM model alias.
Accepts a prompt string and optional overrides for generation opts
(:max_tokens, :temperature, etc).
Supports optional :model override (defaults to :fast).
Returns {:ok, text} or {:error, reason}.