mirror of
https://github.com/katanemo/plano.git
synced 2026-05-08 07:12:42 +02:00
use fix prompt guards (#303)
This commit is contained in:
parent
6f4a57b56d
commit
9c6fcdb771
9 changed files with 212 additions and 112 deletions
|
|
@ -35,6 +35,12 @@ llm_providers:
|
|||
system_prompt: |
|
||||
You are a helpful assistant.
|
||||
|
||||
prompt_guards:
|
||||
input_guards:
|
||||
jailbreak:
|
||||
on_exception:
|
||||
message: Looks like you're curious about my abilities, but I can only provide assistance for weather forecasting.
|
||||
|
||||
prompt_targets:
|
||||
- name: weather_forecast
|
||||
description: Check weather information for a given city.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue