@effect/ai-openrouter 0.8.1 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -77,7 +77,7 @@ export type OpenRouterReasoningInfo = {
77
77
  readonly signature: string | undefined
78
78
  } | {
79
79
  readonly type: "encrypted_reasoning"
80
- readonly format: typeof Generated.ReasoningDetailSummaryFormat.Type
80
+ readonly format: typeof Generated.ReasoningDetailSummary.Type["format"]
81
81
  readonly redactedData: string
82
82
  }
83
83