Răsfoiți Sursa

Remove redundant package json

Tian Siyuan 9 luni în urmă
părinte
comite
5b2ce9d6f1
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  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:
     """