You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct enrichment doc paths, CLI name, and broken link
Fix user-facing references in the enrichment docs and runtime messages that point to names/paths that don't exist: kcenrich -> kcagent and demo-dataset -> demo_ecommerce in toolbox/enrichment/README.md; broken ../docs/sharepoint-setup.md link in agents/enrichment/README.md; and toolbox/enrichment/... -> agents/enrichment/... setup-script paths in sharepoint-setup.md and the agent_runner.py / sharepoint_tools.py runtime messages. Docs/help-text only; no behavior change.
Copy file name to clipboardExpand all lines: agents/enrichment/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -363,7 +363,7 @@ list). `--project`, `--model`, and `--output_dir` are required in **every** mode
363
363
364
364
#### SharePoint input *(all modes)*
365
365
366
-
- **`--sharepoint_sites`** — Comma-separated SharePoint sites — accepts full site URLs from your browser's address bar, e.g. `--sharepoint_sites=https://contoso.sharepoint.com/sites/Marketing`. Walks each site's default document library and reads topic-relevant files via the Microsoft Graph REST API (text readin full;`.docx`/`.xlsx`/`.pptx`/PDF extracted locally). SharePoint URLs may also be dropped into `--docs` / `--folders`. Auth uses an MSAL token cache or `MICROSOFT_ACCESS_TOKEN` — see [docs/sharepoint-setup.md](../docs/sharepoint-setup.md) and `scripts/setup_sharepoint.py`.
366
+
- **`--sharepoint_sites`** — Comma-separated SharePoint sites — accepts full site URLs from your browser's address bar, e.g. `--sharepoint_sites=https://contoso.sharepoint.com/sites/Marketing`. Walks each site's default document library and reads topic-relevant files via the Microsoft Graph REST API (text readin full;`.docx`/`.xlsx`/`.pptx`/PDF extracted locally). SharePoint URLs may also be dropped into `--docs` / `--folders`. Auth uses an MSAL token cache or `MICROSOFT_ACCESS_TOKEN` — see [docs/sharepoint-setup.md](docs/sharepoint-setup.md) and `scripts/setup_sharepoint.py`.
0 commit comments