agents.restaurant_finder.restaurant_data
Restaurant data for the A2UI Restaurant Finder agent.
get_restaurant_data
def get_restaurant_data(base_url: str = "http://localhost:8765",
count: int = 5) -> list[dict[str, Any]]
Get restaurant data with base_url substituted.
Arguments:
base_url- The base URL for static assets.count- Maximum number of restaurants to return.
Returns:
List of restaurant dictionaries.