SKILL.md
Search Restaurants
Query restaurants for a given city.
Installation
pip install pandas
Quick Start
from search_restaurants import Restaurants
restaurants = Restaurants()
print(restaurants.run("San Francisco"))
This source did not publish a separate summary. Review SKILL.md before using the skill.
Query restaurants for a given city.
pip install pandas
from search_restaurants import Restaurants
restaurants = Restaurants()
print(restaurants.run("San Francisco"))