Learn about datasets, the data driving your experiments
Data types can be used for testing specific scenarios. For example, testing your app’s resilience to prompt injection scenarios where attackers try to get your app to produce harmful output.
{{ city }}
will be replaced with the value of the city
field inside the input
dictionary.{{ days }}
will be replaced with the value of the days
field inside the input
dictionary.input.metadata.days
) lets you access these fields cleanly in your prompt templates.