Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt

Use this file to discover all available pages before exploring further.


Variable: MessageRole

MessageRole: object;
Defined in: src/types/message.types.ts

Type declaration

agent

readonly agent: "agent" = 'agent';

assistant

readonly assistant: "assistant" = 'assistant';

developer

readonly developer: "developer" = 'developer';

function

readonly function: "function" = 'function';

system

readonly system: "system" = 'system';

tool

readonly tool: "tool" = 'tool';

user

readonly user: "user" = 'user';