v7.3.0

AIChatMessageModel
private

A ChatMessageModel defines a message in the AIChatPanel widget.

No results

Fields

Fields belong to a Model class and define the Model data structure
  • A number between 0 and 1 indicating the confidence score when a remote message was provided by AI

  • The number of input (prompt) tokens used to generate this message

  • The number of output (completion) tokens used to generate this message

  • The total number of tokens (input + output) used to generate this message

Source path

Core/data/AIChatMessageModel.js

Contents