We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38b939 commit a0fe49eCopy full SHA for a0fe49e
1 file changed
src/seclab_taskflow_agent/__main__.py
@@ -383,7 +383,7 @@ async def _run_streamed():
383
await render_model_output(f"** 🤖❗ API Status Error: {e}\n",
384
async_task=async_task,
385
task_id=task_id)
386
- logging.error(f"Bad Request: {e}")
+ logging.error(f"API Status Error: Status={e.status_code}, Response={e.response}")
387
388
if async_task:
389
await flush_async_output(task_id)
0 commit comments