You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The code shown in the gallery on GenAI samples does not show how the IChatClient instance was created.
To Reproduce
Steps to reproduce the behavior:
Go to any GenAI sample and click on view code
Notice that we are showing the LoadModelAsync function where the IChatClient is already created
Expected behavior
The LoadModelAsync should be replaced with the OnNavigatedTo method alongside the code to create the IChatClient like we do for exported projects
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
The code shown in the gallery on GenAI samples does not show how the IChatClient instance was created.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The LoadModelAsync should be replaced with the OnNavigatedTo method alongside the code to create the IChatClient like we do for exported projects
Screenshots
The text was updated successfully, but these errors were encountered: