Luc Gagan
Luc Gagan
But does it work with OpenAI SDK?
That looks good. Would you be open to implementing that?
I think for most people, a better solution would be to just use Playwright fixtures. https://playwright.dev/docs/test-fixtures ```ts const test = base.extend({ auto: async ({ page, test }, use) => {...
I've faced a few issues with trying to implement snapshots. Consider a scenario where the instructions say "extract the first letter of the heading" At the moment, the way this...
Indeed this seems to solve that issue. This brings us closer to snapshot support.
Would accept a PR for this
Would need a test for this
> I had been using this library, but have since moved over to the official openai sdk as it now supports streaming and functions very well. I had not really...
I am also curious to know
400 anthropic error: messages.2: the following `tool_use` ids were not found in `tool_result` blocks
It works just fine with a single tool call.