mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
address bugbot comment
This commit is contained in:
@@ -704,7 +704,7 @@ async function executeToolRequest(
|
||||
|
||||
let responseData
|
||||
const status = response.status
|
||||
if (status === 202 || status === 204) {
|
||||
if (status === 202 || status === 204 || status === 205) {
|
||||
responseData = { status }
|
||||
} else {
|
||||
if (tool.transformResponse) {
|
||||
|
||||
Reference in New Issue
Block a user