Interface: Message
Defined in: packages/react-native-executorch/src/types/llm.ts:184
Represents a message in the conversation.
Properties
content
content:
string
Defined in: packages/react-native-executorch/src/types/llm.ts:186
Content of the message.
role
role:
MessageRole
Defined in: packages/react-native-executorch/src/types/llm.ts:185
Role of the message sender of type MessageRole.