🤔 Copilot chat participant and tool behavior observations #1724
Replies: 4 comments 2 replies
-
|
Add interface function for LLM friendly rendering of results to be implemented. Hinting as to the type of response and content shape that is best known to be consumed would speed up debugging object->text rendering tests on copilot confusion. E.g. we added a layer for converting each of our objects to Markdown with some basic structures in place. |
Beta Was this translation helpful? Give feedback.
-
|
From the extension developer perspective, having a way to get more content/details out of these error 400 responses would be very helpful: The above was captured by our logError while handling the response stream, but appears to throw in here: vscode/src/chat/participant.ts Line 180 in 41cf98d Nothing else shown in the GitHub Copilot Chat output channel either: |
Beta Was this translation helpful? Give feedback.
-
|
We may need some guidance on how best to structure previous messages in the conversation, since https://github.com/confluentinc/vscode/blob/19df258fd754aedd501ab0cf9e499a964b5d710f/src/chat/summarizers/chatHistory.ts is trying to put them all in one markdown string with specific |
Beta Was this translation helpful? Give feedback.
-
|
The tool invocation that is intended to be sent back to the model is of type Before inspection of the type, a dev might wonder why |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
This post is going to serve as a living document / general feedback area about behavior we've seen when interacting with the
@Confluentchat participant for Copilot (in "Ask" mode) and/or our extension's contributed tools.We want notes and feedback here to help in a few areas:
Depending on the feedback, we may still file tasks/bugs in our Issues section.
Beta Was this translation helpful? Give feedback.
All reactions