-
Notifications
You must be signed in to change notification settings - Fork 71
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
feat: add chat actions #180
base: main
Are you sure you want to change the base?
Conversation
- separate functions for get_chat_ports and open_chat
Receiving error on server logs: For request: Could somebody help me find the reason of such errors? |
The server thinks you are passing in proto wire format instead of JSON for some reason? We are using Connect: https://connectrpc.com/docs/protocol/ |
Error message above related to Chat API: I am sending json message from the comment to url = "ws://127.0.0.1:/connect/ide" via web socket. |
Start adding chat actions functionality.
Already able to send GenerateCode prompt, but unable to receive response yet (need to find how to receive chat response).