All Tasks
Buildintermediate
35 min

Build a Multi-Turn Chatbot

Extend the console chatbot you built in the previous task. Right now it treats every message as isolated. You need to maintain a list of messages (system, user, assistant) and send the full history with each request. Test that the AI can reference something you said 3 turns ago.

Your progress0%

Requirements

Skills you'll use

.NETOpenAI SDKChat History

Read this first

This task is based on the lesson below. Complete the reading before attempting it.

Go to lesson

What to expect

Difficulty
intermediate
Time
35 min
Steps
6
Type
Build