Nathan Brake commited on
Commit
9d27e7a
·
unverified ·
1 Parent(s): ebeb860

Use tools (#26)

Browse files

* Use tools

* Update cli.py

Files changed (1) hide show
  1. src/surf_spot_finder/cli.py +1 -0
src/surf_spot_finder/cli.py CHANGED
@@ -67,6 +67,7 @@ def find_surf_spot(
67
  prompt=input_prompt_template,
68
  json_tracer=json_tracer,
69
  api_base=api_base,
 
70
  )
71
 
72
  logger.info("Setting up tracing")
 
67
  prompt=input_prompt_template,
68
  json_tracer=json_tracer,
69
  api_base=api_base,
70
+ tools=tools,
71
  )
72
 
73
  logger.info("Setting up tracing")