surf-spot-finder / examples /openai_single_agent.yaml
Nathan Brake
indexed yaml (this is going to support the eval config framework) (#29)
ffb4e87 unverified
raw
history blame
245 Bytes
input:
location: Pontevedra
date: 2025-03-27 12:00
max_driving_hours: 2
# input_prompt_template:
agent:
model_id: o3-mini
agent_type: openai
tools:
- "surf_spot_finder.tools.search_web"
- "surf_spot_finder.tools.visit_webpage"