effect-io-ai

Package: @effect/ai-openrouter
Module: OpenRouterLanguageModel

OpenRouterLanguageModel.FileAnnotation

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" }
>

Source

Since v4.0.0