Update api/extension-guides/chat.md

Co-authored-by: Nick Trogh <1908215+ntrogh@users.noreply.github.com>
This commit is contained in:
Isidor Nikolic 2024-08-01 14:51:22 +02:00 коммит произвёл GitHub
Родитель f68bb1b20f
Коммит 6ea0d417ba
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -334,7 +334,7 @@ cat.onDidReceiveFeedback((feedback: vscode.ChatResultFeedback) => {
});
```
Any other user interaction with your chat response should be measured as a positive metric (e.g. user clicking on a button that your response generated). Measuring success with telemetry is crucial when working with AI since it is an indeterministic technology. Measure and iteratively improve your participant to ensure a good user experience.
Any other user interaction with your chat response should be measured as a positive metric (for example, the user selecting a button that was generated in a chat response). Measuring success with telemetry is crucial when working with AI, since it is an nondeterministic technology. Measure and iteratively improve your participant to ensure a good user experience.
## Guidelines