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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ ISC is not limited to TVD. We show different trigger methods:
| 03 | [`cross_domain`](tutorials/03_cross_domain.md) | Same pattern across AI safety, chemistry, cyber |
| 04 | [`icl_few_shot`](tutorials/04_icl_few_shot.md) | In-context learning with completed demonstrations |
| 05 | [`attack_composability`](tutorials/05_attack_composability.md) | ISC + existing jailbreaks (Base64, FlipAttack, etc.) |
| 06 | [`build_your_own_tvd`](tutorials/06_build_your_own_tvd.md) | Pick a HF model → singleton prompt + 3-file agent workspace |

---

Expand Down
1 change: 1 addition & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ ISC 并不只局限于 TVD。我们还展示了其他触发方式:
| 03 | [`cross_domain`](tutorials/03_cross_domain.md) | Same pattern across AI safety, chemistry, cyber |
| 04 | [`icl_few_shot`](tutorials/04_icl_few_shot.md) | In-context learning with completed demonstrations |
| 05 | [`attack_composability`](tutorials/05_attack_composability.md) | ISC + existing jailbreaks (Base64, FlipAttack, etc.) |
| 06 | [`build_your_own_tvd`](tutorials/06_build_your_own_tvd.md) | Pick a HF model → singleton prompt + 3-file agent workspace |

---

Expand Down
Loading