Update webhook-streaming.mdx (#4184)

This commit is contained in:
Mike Plachta
2026-01-06 09:09:48 -08:00
committed by GitHub
parent 25c0c030ce
commit b787d7e591

View File

@@ -55,7 +55,7 @@ Each webhook sends a list of events:
}
```
The `data` object structure varies by event type. Refer to the [event list](https://github.com/crewAIInc/crewAI/tree/main/src/crewai/utilities/events) on GitHub.
The `data` object structure varies by event type. Refer to the [event list](https://github.com/crewAIInc/crewAI/tree/main/lib/crewai/src/crewai/events/types) on GitHub.
As requests are sent over HTTP, the order of events can't be guaranteed. If you need ordering, use the `timestamp` field.