Browse Source

Remove redundant package json

Tian Siyuan 8 months ago
parent
commit
ca2924981a
1 changed files with 0 additions and 1 deletions
  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:
     """