Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ chapters:
- file: code/scoring/prompt_shield_scorer
- file: code/scoring/generic_scorers
- file: code/scoring/8_scorer_metrics
- file: code/analytics/1_result_analysis
Copy link

Copilot AI Mar 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 1_result_analysis notebook is added to _toc.yml at the top level with no parent page or section, positioned between the scoring section and the memory section. By contrast, other notebooks like scoring (code/scoring/0_scoring) have a dedicated parent section entry. The analytics notebook should either have a parent analytics section page (e.g., code/analytics/0_analytics) or be nested under an existing relevant section, rather than appearing as a standalone top-level entry without a parent section.

Suggested change
- file: code/analytics/1_result_analysis
- file: code/analytics/0_analytics
sections:
- file: code/analytics/1_result_analysis

Copilot uses AI. Check for mistakes.
- file: code/memory/0_memory
sections:
- file: code/memory/1_sqlite_memory
Expand Down
Loading