functionary-small from MeetKai

7B

166 Pulls Updated 6 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