This program demonstrates how to use OpenAI's function calling (also known as tool calling) feature with the OpenRouter API to answer a question by using an external tool.
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
uv run openrouter-tool-calling.py