ChatStreamDeltaRole - TypeScript SDK

ChatStreamDeltaRole type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

The role of the message author

Example Usage

1import { ChatStreamDeltaRole } from "@openrouter/sdk/models";
2
3let value: ChatStreamDeltaRole = "assistant";

Values

1"assistant"