We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dataset
datasets
1 parent c48968d commit fab4b8dCopy full SHA for fab4b8d
components/clp-mcp-server/clp_mcp_server/clp_connector.py
@@ -60,7 +60,7 @@ async def submit_query(
60
job_config = msgpack.packb(
61
{
62
"begin_timestamp": begin_ts,
63
- "dataset": CLP_DEFAULT_DATASET_NAME,
+ "datasets": [CLP_DEFAULT_DATASET_NAME],
64
"end_timestamp": end_ts,
65
"ignore_case": True,
66
"max_num_results": SEARCH_MAX_NUM_RESULTS,
0 commit comments