Skip to content

Commit

Permalink
chore: improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
luochen1990 committed Aug 4, 2024
1 parent 1f81114 commit e195bbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def extract_user_info(raw_text: str) -> UserInfo:
'''
```

更多例子参见 [这里](/test/examples/ai_powered_decorator/)

### `@make_tool` 装饰器

这个装饰器将普通Python函数转换为 LLM 的 [function calling](https://platform.openai.com/docs/guides/function-calling) 功能可以使用的 tool
Expand Down Expand Up @@ -86,6 +88,8 @@ if __name__ == "__main__":
print(f"{bot.conversation =}")
```

更多例子参见 [这里](/test/examples/chat_bot/)

当前限制和未来规划
---------------

Expand Down

0 comments on commit e195bbd

Please sign in to comment.