kenken999 commited on
Commit
c7fd135
Β·
1 Parent(s): 63d9392

code block

Browse files
chat_history.db CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64a3a1fd4db23c868a8e7e89aa956cc0bbf18be31de69a98568384c2d9ec98bb
3
- size 1826816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb828642c78a0113bc660dfb88b62d502503e34820cca34ac5272e9439d803e8
3
+ size 1830912
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 += "```python\n"
53
 
54
  if chunk.get("format", "") == "active_line":
55
  if not console_content.strip():