Note
This example is not exactly match what python AutoGen does in Lesson 4. This example uses Tic Tac Toe game as a tool to demonstrate the concept of tool use where the python one use Chess game. This is because the chess
library is not available in .NET.
- To run against OpenAI, set up
OPENAI_API_KEY
in your environment - To run against Azure OpenAI, set up
AZURE_OPENAI_ENDPOINT
andAZURE_OPENAI_KEY
in your environment
cd L4_Tool_Use_and_Conversational_Tic_Tac_Toe
dotnet run