kenken999 commited on
Commit
3ab3547
Β·
1 Parent(s): 5870eb4
chat_history.db CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ed4ab0802de1b9750bc674622f95c04a92db3812e42ee9a897ceac41ed3b93d
3
  size 1855488
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef8e51bee15ae1cf66150974522c9eab28f2e5ebb3a8d6536f677ef84d6d6de1
3
  size 1855488
controllers/gra_02_openInterpreter/OpenInterpreter.py CHANGED
@@ -49,7 +49,7 @@ def format_response(chunk, full_response):
49
 
50
  # 言θͺžγ‚Ώγ‚°γͺしでコードブロックを開始
51
  if chunk.get("start", False):
52
- full_response += "```result\n"
53
 
54
  if chunk.get("format", "") == "active_line":
55
  if not console_content.strip():
 
49
 
50
  # 言θͺžγ‚Ώγ‚°γͺしでコードブロックを開始
51
  if chunk.get("start", False):
52
+ full_response += "```code\n"
53
 
54
  if chunk.get("format", "") == "active_line":
55
  if not console_content.strip():