functionary-small from MeetKai
173 Pulls Updated 7 months ago
9a8d4b51121f · 255B
// Supported function definitions that should be called when necessary.
namespace functions {
// Get the current weather
type get_current_weather = (_: {
// The city and state, e.g. San Francisco, CA
location: string,
}) => any;
} // namespace functions