Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Obs AI Assistant] Handle Axios errors correctly (#186790)
the `kibana` function throws an axios error, and it resulted in an error because `toJSON()` doesn't actually return a string like I expected it to, it returns a structured object that can be converted into a string by calling JSON.stringify(). (cherry picked from commit ca41e66)
- Loading branch information