This repository was archived by the owner on Jan 2, 2025. It is now read-only.
Support lang and file filters in chat#1132
Merged
ggordonhall merged 44 commits intomainfrom Nov 20, 2023
Merged
Conversation
…lters-in-ui # Conflicts: # client/src/locales/en.json # client/src/locales/es.json # client/src/locales/it.json # client/src/locales/ja.json # client/src/locales/zh-CN.json
1fbed4b to
6b016c7
Compare
6b016c7 to
3bfcfb2
Compare
ggordonhall
approved these changes
Nov 15, 2023
server/bleep/src/agent/exchange.rs
Outdated
| pub struct Exchange { | ||
| pub id: uuid::Uuid, | ||
| pub query: SemanticQuery<'static>, | ||
| pub raw_query: String, |
Contributor
There was a problem hiding this comment.
Could we make the raw_query a field on SemanticQuery?
Contributor
There was a problem hiding this comment.
We could, but it's easier for the frontend to pick it from here.
Collaborator
Author
There was a problem hiding this comment.
doesn't matter much for the FE, can change if you want
Collaborator
Author
There was a problem hiding this comment.
updated the FE
Co-authored-by: Gabriel Gordon-Hall <ggordonhall@gmail.com>
…lters-in-ui # Conflicts: # client/src/locales/en.json # client/src/locales/es.json # client/src/locales/it.json # client/src/locales/ja.json # client/src/locales/zh-CN.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.