-
Notifications
You must be signed in to change notification settings - Fork 595
Support lang and file filters in chat #1132
Support lang and file filters in chat #1132
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
server/bleep/src/agent/exchange.rs
Outdated
| pub struct Exchange { | ||
| pub id: uuid::Uuid, | ||
| pub query: SemanticQuery<'static>, | ||
| pub raw_query: String, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we make the raw_query a field on SemanticQuery?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could, but it's easier for the frontend to pick it from here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't matter much for the FE, can change if you want
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anastasiya1155 I have made this change now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated the FE
oppiliappan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code changes lgtm.
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
No description provided.