Files
crewAI/lib/crewai/tests/cassettes/utilities
Vinicius Brasil d4b28287d3 Add call_id to LLM events for correlating requests
When monitoring LLM events, consumers need to know which events belong
to the same API call. Before this change, there was no way to correlate
LLMCallStartedEvent, LLMStreamChunkEvent, and LLMCallCompletedEvent
belonging to the same request.
2026-01-26 16:16:42 +01:00
..