Conversation
|
Hey @robvanderveer @northdpole 👋 |
|
Thanks @PRAteek-singHWY, this is indeed a nuisance it seems. |
Thanks for confirming, @robvanderveer — appreciate it. |
I'\d love for this to be pre-commit hooks, using it in the github ci can be a pain since in rare cases linting can produce non-functional code We can easily make this pre-commit hooks using a pre-commit framework however, that'd be great |
@northdpole @robvanderveer Thanks for the feedback! I completely understand the concern about CI modifying code or breaking builds. To address this, I’ve updated the PR to pivot to a local-only approach:
This creates a purely opt-in developer capability with no impact on the repository's build stability. Ready for review! PR -> #707 |
Signed-off-by: Spyros <northdpole@users.noreply.github.com>
Signed-off-by: Spyros <northdpole@users.noreply.github.com>
Signed-off-by: Spyros <northdpole@users.noreply.github.com>
Signed-off-by: Spyros <northdpole@users.noreply.github.com>
Signed-off-by: Spyros <northdpole@users.noreply.github.com>
* Update Vertex AI prompt formatting and structure for improved RAG * fix(chatbot): update model reference from PALM2 to Gemini 2.0 Flash for improved accuracy * feat(prompt-client): add model name retrieval methods and update chatbot to display model name * Remove unnecessary blank line in vertex_prompt_client.py Signed-off-by: Spyros <northdpole@users.noreply.github.com> * Fix indentation in OpenAI prompt client Signed-off-by: Spyros <northdpole@users.noreply.github.com> * Fix formatting and whitespace in vertex_prompt_client.py Signed-off-by: Spyros <northdpole@users.noreply.github.com> * Format return statement for better readability Signed-off-by: Spyros <northdpole@users.noreply.github.com> --------- Signed-off-by: Spyros <northdpole@users.noreply.github.com> Co-authored-by: Spyros <northdpole@users.noreply.github.com>
* Update Vertex AI prompt formatting and structure for improved RAG * fix(chatbot): update model reference from PALM2 to Gemini 2.0 Flash for improved accuracy * feat(prompt-client): add model name retrieval methods and update chatbot to display model name * Remove unnecessary blank line in vertex_prompt_client.py Signed-off-by: Spyros <northdpole@users.noreply.github.com> * Fix indentation in OpenAI prompt client Signed-off-by: Spyros <northdpole@users.noreply.github.com> * Fix formatting and whitespace in vertex_prompt_client.py Signed-off-by: Spyros <northdpole@users.noreply.github.com> * Format return statement for better readability Signed-off-by: Spyros <northdpole@users.noreply.github.com> --------- Signed-off-by: Spyros <northdpole@users.noreply.github.com> Co-authored-by: Spyros <northdpole@users.noreply.github.com>
Code was fully Cursor generated and reviewd by me