Auto-Submit | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Alex: this seems to work most of the time, but often I see that "SUGGESTIONS" is not on its own line.
Which of these would you like to explore first?SUGGESTIONS: ["Tell me more about LCP render delay.", "Which resources are render blocking?", "What is IP Protect doing on the main thread?"]
<end of response>
Do you have an idea why that might be? I could just make the parser that gets SUGGESTIONS out of the response smarter, but I'm wondering if I'm doing something obviously wrong here.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
'devtools', 'devtools', 'devtools', 'devtools', 'devtools', 'devtools', 'devtools',
lol
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Alex: this seems to work most of the time, but often I see that "SUGGESTIONS" is not on its own line.
Which of these would you like to explore first?SUGGESTIONS: ["Tell me more about LCP render delay.", "Which resources are render blocking?", "What is IP Protect doing on the main thread?"]
<end of response>Do you have an idea why that might be? I could just make the parser that gets SUGGESTIONS out of the response smarter, but I'm wondering if I'm doing something obviously wrong here.
I ended up adding extra code to just detect the unexpected edge case.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Auto-Submit | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[AI] Use response suggestions UX in performance agent
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
#parseSuggestions(text: string): ParsedResponse {
let's extract this to the base class and re-use in both performance and the styling agents.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
#parseSuggestions(text: string): ParsedResponse {
let's extract this to the base class and re-use in both performance and the styling agents.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |