You can query real-time data and execute tasks directly from within the chatbot using Functions.
get_current_weather
location
and also the unit
in which I need to tell the temperature in. So I added them as parameters.description
saying that this function gets current weather of a given location.What is the current weather in Paris
, SiteGPT will call the function get_current_weather
using Paris
as the location
.