I also have another error that now comes every tim...
# 🌎general
g
I also have another error that now comes every time I run a question for my bot in the simulator:
Copy code
Cognitive - AI Generate failed: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "String must contain at least 1 character(s)",
    "path": [
      "signature"
    ]
  },
  {
    "code": "invalid_type",
    "expected": "number",
    "received": "undefined",
    "path": [
      "prompt",
      "temperature"
    ],
    "message": "Required"
  }
] (Status Code: 400)

HTTP (post) URL chat-gpt/query
Received "Bad Request. [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": (...)"
Request failed with status code 400