mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-03 18:17:45 +00:00
feat: Support resource for dbgpts (#1527)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user