Are you sure you want to delete this access key?
sidebar_label | description |
---|---|
Generic webhook | Configure webhook integrations to trigger custom LLM flows and prompt chains with HTTP POST requests, enabling seamless API-based testing and evaluation |
The webhook provider can be useful for triggering more complex flows or prompt chains end to end in your app.
It is specified like so:
providers:
- webhook:http://example.com/webhook
promptfoo will send an HTTP POST request with the following JSON payload:
{
"prompt": "..."
}
It expects a JSON response in this format:
{
"output": "..."
}
It is possible to set webhook provider properties under the config
key by using a more verbose format:
providers:
- id: webhook:http://example.com/webhook
config:
foo: bar
test: 123
These config properties will be passed through in the JSON request payload:
{
"prompt": "...",
"config": {
"foo": "bar",
"test": 123
}
}
Press p or to see the previous file or, n or to see the next file
Browsing data directories saved to S3 is possible with DAGsHub. Let's configure your repository to easily display your data in the context of any commit!
promptfoo is now integrated with AWS S3!
Are you sure you want to delete this access key?
Browsing data directories saved to Google Cloud Storage is possible with DAGsHub. Let's configure your repository to easily display your data in the context of any commit!
promptfoo is now integrated with Google Cloud Storage!
Are you sure you want to delete this access key?
Browsing data directories saved to Azure Cloud Storage is possible with DAGsHub. Let's configure your repository to easily display your data in the context of any commit!
promptfoo is now integrated with Azure Cloud Storage!
Are you sure you want to delete this access key?
Browsing data directories saved to S3 compatible storage is possible with DAGsHub. Let's configure your repository to easily display your data in the context of any commit!
promptfoo is now integrated with your S3 compatible storage!
Are you sure you want to delete this access key?