The result returned by a Runner (provider-level) invocation. Providers implement Runner and return RunnerResult from run(). This type does NOT include evaluations — those are wired in the managed layer.

Hierarchy

  • RunnerResult

Properties

content: string

The text content of the model's response.

metrics: LDAIMetrics

Metrics information for the operation.

parsed?: Record<string, unknown>

Parsed structured output, if the provider returned structured data.

raw?: unknown

The raw response object from the provider, if available.

Generated using TypeDoc