插件输出优化

This commit is contained in:
yhjun1026
2023-05-15 14:18:08 +08:00
parent d5b5fc4f9a
commit e2750fcea0
2 changed files with 45 additions and 41 deletions

View File

@@ -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