Dacris.Maestro.AI.Chatbot Interaction

Prompt a chatbot for a response.

Preconditions:

chatSettings must be configured. chatSettingsPath points to a chat configuration.

Sample State.json Input

{
  "sampleKey": {
    "chatSettingsPath": "$.yourStateKey",
    "prompt": "yourText",
    "isCode": "False"
  },
  "chatSettings": {
    "your_chatConfiguration": {
      "systemType": "your_systemType",
      "secretKey": "yourStateKey",
      "model": "yourText",
      "port": "10"
    }
  }
}