Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
The role of the message author

Example Usage

import { ChatStreamDeltaRole } from "@openrouter/sdk/models";

let value: ChatStreamDeltaRole = "assistant";

Values

"assistant"