{
"message": "Input validation failed",
"code": "BAD_REQUEST",
"data": {
"code": "BAD_REQUEST",
"httpStatus": 400,
"path": "continueChat"
},
"issues": [
{
"code": "invalid_type",
"expected": "string",
"received": "object",
"path": [
"message"
],
"message": "Expected string, received object"
}
]
}
{
"message": "Input validation failed",
"code": "BAD_REQUEST",
"data": {
"code": "BAD_REQUEST",
"httpStatus": 400,
"path": "continueChat"
},
"issues": [
{
"code": "invalid_type",
"expected": "string",
"received": "object",
"path": [
"message"
],
"message": "Expected string, received object"
}
]
}