Commit 8cca827
authored
telemetry(chat): see if message is apart of agentic loop (aws#7069)
## Problem
- want to differentiate between a message without tool use (ex: what
time is it) and a message with tool use (ex: write a docstring for my
function)
## Solution
- for both successful messages and messages that resulted in error, see
if this message was apart of an agentic loop.
- An agentic loop is when the LLM asks to run a tool and the LLM
receives the results back of running the tool.
---
- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.1 parent 5825d42 commit 8cca827
File tree
3 files changed
+15
-7
lines changed- packages/core/src/codewhispererChat/controllers/chat
3 files changed
+15
-7
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
546 | | - | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
547 | 551 | | |
548 | 552 | | |
549 | 553 | | |
| |||
623 | 627 | | |
624 | 628 | | |
625 | 629 | | |
626 | | - | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
627 | 635 | | |
628 | 636 | | |
629 | 637 | | |
| |||
0 commit comments