feat: Support resource for dbgpts (#1527)

This commit is contained in:
Fangyin Cheng
2024-05-16 17:19:13 +08:00
committed by GitHub
parent 474d3166c7
commit 7138ec5166
7 changed files with 555 additions and 13 deletions

View File

@@ -125,7 +125,7 @@ class ToolAction(Action[ToolInput]):
"args": param.args,
"status": status,
"logo": None,
"result": tool_result,
"result": str(tool_result),
"err_msg": err_msg,
}
if not self.render_protocol: