Skip to content

Fixed broken link to notebook#7

Merged
jbolor21 merged 9 commits intomainfrom
bjagdagdorj/fix_links
Jan 12, 2024
Merged

Fixed broken link to notebook#7
jbolor21 merged 9 commits intomainfrom
bjagdagdorj/fix_links

Conversation

@jbolor21
Copy link
Copy Markdown
Contributor

@jbolor21 jbolor21 commented Jan 11, 2024

The link to an example notebook in the README is currently not linking to the correct notebook. This PR fixes the underlying link.

This PR adds the filename of the image in the image tag so users can at least see the image name if the image does not render when users load the notebook in github.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 11, 2024

Test Results

69 tests  ±0   69 ✅ ±0   11s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 30b3d78. ± Comparison against base commit e923e29.

♻️ This comment has been updated with latest results.

Comment thread examples/demo/1_gandalf.ipynb Outdated
@jbolor21 jbolor21 merged commit a6bb294 into main Jan 12, 2024
@jbolor21 jbolor21 deleted the bjagdagdorj/fix_links branch January 12, 2024 22:38
romanlutz added a commit that referenced this pull request Jan 18, 2024
Fixed broken link to notebook (#7)

* Fixed broken link to notebook in Readme

* changed label in notebooks to file names so people can see image filename in case it does not load

---------

Co-authored-by: Bolor <bjagdagdorj@microsoft.com>
romanlutz added a commit that referenced this pull request Jan 26, 2024
Fixed broken link to notebook (#7)

* Fixed broken link to notebook in Readme

* changed label in notebooks to file names so people can see image filename in case it does not load

---------

Co-authored-by: Bolor <bjagdagdorj@microsoft.com>
adrian-gavrila pushed a commit to adrian-gavrila/PyRIT that referenced this pull request Apr 24, 2026
Bundled response to the remaining reviewer comments on the Attack History
filter-Combobox migration.

microsoft#2/microsoft#3  memory: switch `attack_class` and `targeted_harm_categories`
       deprecations in `MemoryInterface.get_attack_results` to the
       project-standard `print_deprecation_message(removed_in="0.15.0")`
       helper; drop the now-unused `import warnings`. No direct successor
       exists for `targeted_harm_categories`; point users at
       `labels={"harm_category": [...]}` (labels supports OR-within-key).

microsoft#4     memory/backend: make attack-class matching case-insensitive to
       match converter-class matching. Removed the explicit
       `case_sensitive=True` override (default is False in every backend);
       flipped the regression test to assert lower/upper/mixed casing all
       match. Service + route docs updated.

microsoft#5     frontend: refactor `AttackHistory.fetchAttacks` request-params
       builder from a stack of seven conditional object spreads into a
       precomputed, explicitly-guarded `params` object for readability.

microsoft#6     frontend: rename `attackClasses` field, `attackClassOptions` prop,
       `attack-class-filter` testid (and all mirrors) to `attackType*` so
       they track the server-side `attack_types` query param.

microsoft#7     backend: rewrite FastAPI `Query` descriptions for `attack_types`,
       `converter_types`, and `label` to spell out "May be specified
       multiple times" semantics with concrete `?key=v1&key=v2` examples.

microsoft#8     backend: widen `attack_types` / `converter_types` annotations from
       `Optional[list[str]]` to `Optional[Sequence[str]]` (matches the
       already-`Sequence`-typed inner label values).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants