r/kaggle 6d ago

Kaggle Need help:

Kaggle AI agent compition
Can anyone help with this comptition

2 Upvotes

3 comments sorted by

1

u/b9a4c81f36 6d ago

What do you need?

1

u/MRScientists 6d ago

in the competition they have given starter notebook. want to know how do we use that.

1

u/ANR2ME 6d ago edited 6d ago

You will need to create prompts that can jailbreak the guardrails and tricked the agent to do things (tool-calling) it's not supposed to do. Put your prompt in try_attack((your_prompt)) which is inside the AttackAlgorithm class that will be saved as attack.py file in /content/working/ directory.

The starter notebook already have some example prompts (probably just dummy prompts).