From e9e9fbc6ce77d9b989898be0a9c6f8852be28549 Mon Sep 17 00:00:00 2001 From: dal Date: Wed, 19 Mar 2025 09:23:17 -0600 Subject: [PATCH] catalog search --- .../src/tools/categories/file_tools/search_data_catalog.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/libs/agents/src/tools/categories/file_tools/search_data_catalog.rs b/api/libs/agents/src/tools/categories/file_tools/search_data_catalog.rs index 19b12e133..abdc58dcf 100644 --- a/api/libs/agents/src/tools/categories/file_tools/search_data_catalog.rs +++ b/api/libs/agents/src/tools/categories/file_tools/search_data_catalog.rs @@ -43,7 +43,7 @@ struct RawLLMResponse { const CATALOG_SEARCH_PROMPT: &str = r#" You are a dataset search assistant tasked with finding highly relevant datasets that SPECIFICALLY match the user's requirements. -Your task is to identify only the most relevant datasets based on the following search request: +Your task is to identify the most relevant datasets based on the following search request: {queries_joined_with_newlines} @@ -158,7 +158,6 @@ impl SearchDataCatalogTool { session_id: session_id.to_string(), trace_id: session_id.to_string(), }), - reasoning_effort: Some("low".to_string()), max_completion_tokens: Some(8092), ..Default::default() };