Sfoglia il codice sorgente

Remove redundant package json

Tian Siyuan 6 mesi fa
parent
commit
ca2924981a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      docs/chapter1/第一章 初识智能体.md

+ 0 - 1
docs/chapter1/第一章 初识智能体.md

@@ -259,7 +259,6 @@ Action: [这里是你要调用的工具,格式为 function_name(arg_name="arg_
 
 ```python
 import requests
-import json
 
 def get_weather(city: str) -> str:
     """