Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[agent_farm][high_priority] pass input tokens used as part of the chat message #1299

Open
1 task
theskcd opened this issue Feb 15, 2025 · 2 comments · May be fixed by #1300
Open
1 task

[agent_farm][high_priority] pass input tokens used as part of the chat message #1299

theskcd opened this issue Feb 15, 2025 · 2 comments · May be fixed by #1300
Labels
bug Something isn't working

Comments

@theskcd
Copy link
Contributor

theskcd commented Feb 15, 2025

Before submitting your bug report

  • I'm not able to find an open issue that reports the same bug

Environment

We will be sending the input tokens which we are using as part of the conversation, so we want to send it all the way from the extension to the editor so we can render it.
The extension is codestory and we deeply integrate with the editor layer using the AideAgentProvider (or something similar)
Can you make sure that we are able to pass this information from the extension to the editor side properly, follow how some of the UIEvents are already being sent.

Description

No response

Reproduction

No response

Log output

@theskcd theskcd added the bug Something isn't working label Feb 15, 2025
@theskcd
Copy link
Contributor Author

theskcd commented Feb 15, 2025

ACK, on it!

@theskcd
Copy link
Contributor Author

theskcd commented Feb 15, 2025

Enhancement: Implemented passing of input tokens from the extension to the editor as part of the chat message. This involved adding inputTokens fields to the relevant interfaces (AideAgentRequest and IChatAgentRequest) and updating the conversion logic in extHostTypeConverters.ts. Please review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant