Skip to content

Commit

Permalink
enh: change default action name for include data (#9024)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Fontanier <[email protected]>
  • Loading branch information
fontanierh and Henry Fontanier authored Nov 29, 2024
1 parent aa22f1e commit c954c49
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions front/lib/api/assistant/actions/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ export const DEFAULT_PROCESS_ACTION_NAME =

export const DEFAULT_RETRIEVAL_ACTION_NAME = "search_data_sources";

// The name below is used by the assistant builder when the user selects "Include data".
export const DEFAULT_RETRIEVAL_NO_QUERY_ACTION_NAME =
"most_recent_in_data_sources";
export const DEFAULT_RETRIEVAL_NO_QUERY_ACTION_NAME = "include_data_sources";

export const DEFAULT_WEBSEARCH_ACTION_NAME = "web_search";
export const DEFAULT_WEBSEARCH_ACTION_DESCRIPTION = "Perform a web search";
Expand Down

0 comments on commit c954c49

Please sign in to comment.