examples/googleai-tool-call-example/README.md
Hello there! Welcome to this exciting example that demonstrates how to use Google AI's language model with tool calling capabilities. Let's dive in and see what this cool code does!
This example shows you how to:
Here's what happens in this fun little program:
getCurrentWeather that it can use to check the weather.getCurrentWeather function.github.com/tmc/langchaingo library to interact with Google AIGENAI_API_KEY environment variable with your Google AI API key.go run googleai-tool-call-example.goWhen you run the program, you'll see the AI's final response after the tool call. It should include a friendly message about the weather in Chicago, based on the information our mock getCurrentWeather function provided!
Have fun exploring this example and learning about AI tool calls! 🎉🤖