Skip to main content

Module llm_task

Module llm_task 

Expand description

Lightweight LLM task tool for structured JSON-only sub-calls.

Structs§

LlmTaskTool
Tool that runs a single prompt through an LLM and optionally validates the response against a JSON Schema. No tools are provided to the LLM — this is a pure text-in, text-out (or JSON-out) call.