Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 601 Bytes

File metadata and controls

14 lines (11 loc) · 601 Bytes

Lesson 4: Tool Use and Conversational Tic Tac Toe

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.

Quick Start

  • To run against OpenAI, set up OPENAI_API_KEY in your environment
  • To run against Azure OpenAI, set up AZURE_OPENAI_ENDPOINT and AZURE_OPENAI_KEY in your environment

Start the project

cd L4_Tool_Use_and_Conversational_Tic_Tac_Toe
dotnet run