if (FALSE) {
# Get weather information
weather_agent <- build_weather_agent(
llm = my_llm_wrapper,
location_query = "Tokyo, Japan",
system_prompt = NULL,
weather_api_key = NULL,
units = "metric", # metric or imperial
n_tries = 3,
backoff = 2,
endpoint_url = NULL,
verbose = FALSE
)
}
Run the code above in your browser using DataLab