PromptRole type exported
Last updated: 2026-03-03T11:04:37.489Z
Metrics
LOC: 1
Complexity: 1
Params: 0
Signature
type PromptRole
Summary
Standard LLM conversation roles.
Source Code
export type PromptRole = "system" | "user" | "assistant";
No outgoing dependencies.
No incoming dependencies.