Interface StructuredResponse

Structured response from AI models.

Hierarchy

  • StructuredResponse

Properties

Properties

data: Record<string, unknown>

The structured data returned by the model

metrics: LDAIMetrics

Metrics information including success status and token usage.

rawResponse: string

The raw response from the model

Generated using TypeDoc