Skip to content

Conversation

@xl1393
Copy link

@xl1393 xl1393 commented Nov 25, 2025

Summary
In 03-GettingStarted/03-llm-client/README.md, under the section “3 – Convert server capabilities to LLM tools”, the Python tutorial is missing the definition of the parameter functions.
This PR adds the missing line:

functions = []

This is a documentation-only fix.

Copilot AI review requested due to automatic review settings November 25, 2025 18:43
Copilot finished reviewing on behalf of xl1393 November 25, 2025 18:48
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug in the Python tutorial documentation where the functions list was not initialized before being used. The missing functions = [] line caused the code example to be incomplete and would result in a NameError if users tried to run it.

  • Adds missing functions = [] initialization in Python code example

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant