We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd283dc commit c868bc2Copy full SHA for c868bc2
async-openai/README.md
@@ -68,6 +68,10 @@ $Env:OPENAI_API_KEY='sk-...'
68
69
Only types for Realtime API are implemented, and can be enabled with feature flag `realtime`.
70
71
+## Webhooks
72
+
73
+Support for webhook event types, signature verification, and building webhook events from payloads can be enabled by using the `webhook` feature flag.
74
75
## Image Generation Example
76
77
```rust
0 commit comments