MessageRole: object;
readonly agent: "agent" = 'agent';
readonly assistant: "assistant" = 'assistant';
readonly developer: "developer" = 'developer';
readonly function: "function" = 'function';
readonly system: "system" = 'system';
readonly tool: "tool" = 'tool';
readonly user: "user" = 'user';
Was this page helpful?