Spaces:
Running
Running
File size: 521 Bytes
ffb4e87 fea07c2 ffb4e87 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
input:
location: Pontevedra
date: 2025-03-27 12:00
max_driving_hours: 2
# input_prompt_template:
agent:
model_id: o3-mini
# model_id: ollama/llama3.2:3b
agent_type: langchain
tools:
- "surf_spot_finder.tools.driving_hours_to_meters"
- "surf_spot_finder.tools.get_area_lat_lon"
- "surf_spot_finder.tools.get_surfing_spots"
- "surf_spot_finder.tools.get_wave_forecast"
- "surf_spot_finder.tools.get_wind_forecast"
- "surf_spot_finder.tools.search_web"
- "surf_spot_finder.tools.visit_webpage"
|