Skip to content

Commit 927ec4a

Browse files
committed
cealn up
1 parent 0d18028 commit 927ec4a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,7 @@ python scripts/discover_routines.py \
313313
**Windows (PowerShell):**
314314
```powershell
315315
# Simple task (no quotes inside):
316-
python scripts/discover_routines.py --task "recover the api endpoints for searching for trains and their prices" --cdp-captures-dir ./cdp_captures --output-dir ./routine_discovery_output --llm-model gpt-5
317-
318-
python scripts/discover_routines.py --task "Recover API endpoints for searching an adddressin the Boston city assessor DB. Also recover the API endpoint for getting details on the return value of the DB search, searching by parcel ID." --cdp-captures-dir ./cdp_captures --output-dir ./routine_discovery_output --llm-model gpt-5
316+
python scripts/discover_routines.py --task "Recover the API endpoints for searching for trains and their prices" --cdp-captures-dir ./cdp_captures --output-dir ./routine_discovery_output --llm-model gpt-5
319317
```
320318

321319
**Example tasks:**

src/routine_discovery/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def confirm_identified_transaction(
283283
self.context_manager.add_transaction_to_vectorstore(
284284
transaction_id=identified_transaction.transaction_id, metadata=metadata
285285
)
286-
286+
287287
# temporarily update the tools to specifically search through these transactions
288288
tools = [
289289
{

0 commit comments

Comments
 (0)