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
Copy file name to clipboardExpand all lines: docs/prompt_engineering/how_to_guides/trigger_webhook.mdx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,15 +36,15 @@ The sample payload is a JSON object with the following fields:
36
36
37
37
## Trigger the webhook
38
38
39
-
Commit to a prompt to trigger the webhooks you've configured.
39
+
Commit to a prompt to trigger the webhook you've configured.
40
40
41
41
### Using the Playground
42
42
43
-
If you do this in the Playground, you'll be prompted to deselect any webhooks you'd like to avoid triggering.
43
+
If you do this in the Playground, you'll be prompted to deselect the webhooks you'd like to avoid triggering.
44
44
45
45

46
46
47
47
### Using the API
48
48
49
-
If you commit via the API, you can specify to skip triggering all webhooks by setting the `skip_webhooks` parameter to `true` or to specify specific webhooks to trigger by setting the `ignore_webhook_ids` parameter to a list of webhook ids.
49
+
If you commit via the API, you can specify to skip triggering the webhook by setting the `skip_webhooks` parameter to `true` or to an array of webhook ids to ignore.
50
50
See API docs [here](https://api.smith.langchain.com/redoc#tag/commits/operation/create_commit_api_v1_commits__owner___repo__post) for more information.
0 commit comments