Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 03-GettingStarted/03-llm-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ Next step after listing server capabilities is to convert them into a format tha
1. Next, let's update our client code to leverage this function like so:

```python
functions = []
for tool in tools.tools:
print("Tool: ", tool.name)
print("Tool", tool.inputSchema["properties"])
Expand Down