Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CohereChatBotMessage

A message that represents a single chat dialog as CHATBOT role.

Properties

Optional message

message: undefined | string

Contents of the chat message.

Const role

role: string = "CHATBOT"

Optional toolCalls

toolCalls: Array<CohereToolCall>

A list of tool calls generated by the model.

Methods

getDeserializedJsonObj

getJsonObj