Skip to content

Callbacks Wiki

SimoSbara edited this page Nov 10, 2024 · 3 revisions

Callback called when Chat Bot responded

forward OnChatBotResponse(prompt[], response[], id)

Parameters:

  • prompt is the request from the player.
  • response is the response from Chat Bot.
  • id is the id for the associated request to Chat Bot.

Clone this wiki locally