dotnet/ai-samples

Add in response as chat assistant message

codemillmatt opened this issue · 2 comments

Console.WriteLine($"\n\nAssistant >>> {assistantResponse.Content}");

Should we add the model's response in as a ChatRequestAssistantMessage? This way we can show it creating the chatbot-like experience?

@FBoucher for visibility

fixed with #12