Installing tools via packages
What are packages?
Technical details
fn(input) = output
tool(argA, argB, argC) = response
e.g.
get_weather(lat, lng) = { temperature, wind_speed }
get_customers(count) = [ { name, age, payment_method }, ... ]How do I install packages?





Using installed packages



Last updated
Was this helpful?