Package: @effect/ai-openrouter
Module: OpenRouterLanguageModel
File annotations emitted on OpenRouter assistant messages and exposed in finish metadata.
Signature
type FileAnnotation = Extract<
NonNullable<typeof Generated.ChatAssistantMessage.fields.annotations.Type>[number],
{ type: "file" }
>
Since v4.0.0