-
-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
AI BundleIssues & PRs about the AI integration bundleIssues & PRs about the AI integration bundleBugSomething isn't workingSomething isn't working
Description
While working on the streaming demo (#118), I discovered streaming AI responses do not show up in the profiler, even though the related HTTP requests / responses do show up there.
Looks like the issue with streaming responses missing in the profiler is due to 2 issues:
DataCollector
does not implementLateDataCollectorInterface
– this is an easy fixStreamResponse
holds a\Generator
and thus, is not serializable
Metadata
Metadata
Assignees
Labels
AI BundleIssues & PRs about the AI integration bundleIssues & PRs about the AI integration bundleBugSomething isn't workingSomething isn't working