Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?