export type LanguageModelRequestMetadata = { /** * Request HTTP body that was sent to the provider API. */ body?: unknown; };