mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
Fix message formatting
This commit is contained in:
parent
cbd181a092
commit
d8dabfeec0
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ class ArchFunctionHandler(ArchBaseHandler):
|
|||
content = content[4:].strip()
|
||||
|
||||
content = self._fix_json_string(content)
|
||||
response_dict["raw_response"] = f"```json\n{content}```"
|
||||
response_dict["raw_response"] = f"```json\n{content}\n```"
|
||||
|
||||
model_response = json.loads(content)
|
||||
response_dict["response"] = model_response.get("response", "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue