Bug description
If we make a call with background: true, e.g.
let res = await client.responses.parse({
background: true,
...
- The initial client.responses.parse() call returns immediately with status: 'queued' and 0 tokens
- PostHog captures this initial response → logs $ai_generation event with 0 input/output tokens
- No polling until the actual response is received
Related sub-libraries
Bug description
If we make a call with
background: true, e.g.Related sub-libraries