ai.Runner
interface in the ai package.
Reference version
Signature
interface ai.RunnerSource:<builtin>/ai/runner.bamlbytes 291–653
Associated types
type Error
= neverRequired instance methods
function
run
<Out>(self, spec: ai.FunctionSpec<Out>) -> ai.RunResult<Out> throws (Self as ai.Runner).ErrorExecute one spec to completion. Out lives on the method and is
inferred from the spec argument, so no call site needs to name it.