Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Sep 8, 2023
1 parent 430f8f4 commit 9b70653
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/types/assistant/actions/retrieval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export type RetrievalActionType = {
id: ModelId; // AgentRetrieval.
type: "retrieval_action";
params: {
dataSources: "all" | DataSourceConfiguration[];
relativeTimeFrame: TimeFrame | null;
query: string | null;
topK: number;
Expand Down

0 comments on commit 9b70653

Please sign in to comment.