Explorar o código

Remove redundant package json

Tian Siyuan hai 6 meses
pai
achega
ca2924981a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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:
     """