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
Now that Vigil can be imported as a library, it is a lot easier to call the different scanners and interact with canary tokens. This allows users to define custom detection workflows in Python.
I want to create a few cookbooks that demonstrate different possibilities here.
For example:
*Canary token workflow
Add canary token to system prompt template
Receive user input to prompt and combine with canary prompt
Send canary prompt to LLM and receive response
Check LLM response for canary token presence
If detection then add user prompt to vector database for future detections
The text was updated successfully, but these errors were encountered:
Now that Vigil can be imported as a library, it is a lot easier to call the different scanners and interact with canary tokens. This allows users to define custom detection workflows in Python.
I want to create a few cookbooks that demonstrate different possibilities here.
For example:
*Canary token workflow
The text was updated successfully, but these errors were encountered: