Lead story
Models & availability
Latest
Lead story
Models & availability
Latest
The source text discusses how LLMs can use functions like get_current_weather and send_email to perform tasks such as checking weather or sending emails on behalf of users.
From the source
For questions like “What’s the weather like in Seoul?”, an LLM can use get_current_weather(location:string, unit: 'celsius'| 'fahrenheit'), a function that calls the API to get the current weather information.
lgresearch.ai