mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 20:10:08 +00:00
插件输出优化
This commit is contained in:
@@ -69,7 +69,7 @@ def execute_ai_response_json(
|
||||
arguments,
|
||||
prompt,
|
||||
)
|
||||
result = f"Command {command_name} returned: " f"{command_result}"
|
||||
result = f"{command_result}"
|
||||
return result
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user