Skip to content

Commit

Permalink
sav
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Sep 7, 2023
1 parent 78804c5 commit 3c36ee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions front/types/assistant/actions/retrieval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ export type TemplatedQuery = {
// in charge of generating the action inputs. The results will be used along with `topK` and
// `dataSources` to query the data.
export type RetrievalConfigurationType = {
id: ModelId;

type: "retrieval_configuration";
dataSources: "all" | DataSourceConfiguration[];
query: "auto" | "none" | TemplatedQuery;
Expand Down

0 comments on commit 3c36ee5

Please sign in to comment.