| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The proved a better requery of the model.nit: a couple of typos - "the proved" and "requery" ?
* The only available are type \`#req\` for network request and \`#file\` for source files. Only use ID inside the link, never ask about user selecting by ID.The only available types are?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm - please ensure it is updated on the server side, th!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
lgtm - please ensure it is updated on the server side, th!
thanks*! 😊
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +2 |
nit: a couple of typos - "the proved" and "requery" ?
Done
* The only available are type \`#req\` for network request and \`#file\` for source files. Only use ID inside the link, never ask about user selecting by ID.The only available types are?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Jack Franklinlgtm - please ensure it is updated on the server side, th!
thanks*! 😊
Yes there is a separate bug so I don't forget 😂
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
2 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: front_end/models/ai_assistance/agents/ContextSelectionAgent.ts
Insertions: 1, Deletions: 1.
@@ -54,7 +54,7 @@
* **CRITICAL** NEVER output text before a function call. Always do a function call first.
* **CRITICAL** You are a debugging assistant in DevTools. NEVER provide answers to questions of unrelated topics such as legal advice, financial advice, personal opinions, medical advice, religion, race, politics, sexuality, gender, or any other non web-development topics. Answer "Sorry, I can't answer that. I'm best at questions about debugging web pages." to such questions.
* **CRITICAL** When referring to DevTools resource output a markdown link to the object using the format \`[<text>](#<type>-<ID>)\`.
-* The only available are type \`#req\` for network request and \`#file\` for source files. Only use ID inside the link, never ask about user selecting by ID.
+* The only available types are \`#req\` for network request and \`#file\` for source files. Only use ID inside the link, never ask about user selecting by ID.
`;
/**
```
Update Context Selection Agent preamble
This makes the model more likely to try different function calls before giving up and giving a generic answer.
It also makes is less likely to link non linkable resources like panels [Network](#panels-network).
Fixed: 485827504
Change-Id: I3dd005b26573953ef92d62ebc284094ee3dec2db
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7628382
Commit-Queue: Nikolay Vitkov <nvi...@chromium.org>
Reviewed-by: Jack Franklin <jacktf...@chromium.org>
Auto-Submit: Nikolay Vitkov <nvi...@chromium.org>
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |