Timo Wilhelm
Timo Wilhelm
Hi @dario-piotrowicz, sorry seems like the MRE repo was deleted I put it back up.
> hi @TimoWilhelm > > can you please rebase this PR on latest `main` 🙏 ? Otherwise CI won't run It's updated
Seeing the same issues on Windows 11 Node v21.7.3 with miniflare 3.20240610.1. All queue producers fail with `Error: Network connection lost.`
I assume this issue is caused by https://github.com/cloudflare/workers-sdk/commit/66bdad08834b403100d1e4d6cd507978cc50eaba. The zod schema for queueProducers is wrong and the `Record` format is no longer valid. Using `Record` works. ```ts queueProducers: { CANDIDATES_QUEUE:...
It would be useful to be able to attach additional information to the approval request after fetching some data in the tool. For example in a tool like this, it...
The tool call input often does not contain enough information to build an actionable approval dialog in the UI and I don't believe it would need to break the approval...