mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Update webhook-streaming.mdx (#4184)
Some checks failed
Some checks failed
This commit is contained in:
@@ -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.
|
As requests are sent over HTTP, the order of events can't be guaranteed. If you need ordering, use the `timestamp` field.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user