dotnet / ai-samples

MIT License
269 stars 56 forks source link

Add in response as chat assistant message #11

Closed codemillmatt closed 7 months ago

codemillmatt commented 7 months ago

https://github.com/dotnet/ai-samples/blob/72529fd8454e589fc3345bdc6e22b2e9f2293edf/src/getting-started/01-HikerAI/Program.cs#L74

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

codemillmatt commented 7 months ago

@FBoucher for visibility

FBoucher commented 7 months ago

fixed with #12