cachho
cachho
#1958 - looks like this has more to do with idempotency keys and less with whether they have been cached before or not. Still keeping this open, because I can't...
There is an error message for an invalid schema (taken from elsewhere)  So it looks like this may have been caused by the child task, which has stricter schema...
It works as expected without idempotency keys inside the `batchTriggerAndWait` call. ```ts const results = await decryptLink.batchTriggerAndWait( decryptableLinks.map((link) => ({ payload: { link: link.original! }, // options: { // idempotencyKey:...
Actually, it only runs on QUEUED and not as intended on failed or completed. 
Hey, I haven't tried it, but I'd be surprised if OpenAI's `text-embedding-ada-002` embedding model can't embed in other languages. ChatGPT can obviously then process your embeddings in other languages. GPT4ALL...
I think we just aren't processing the proxy path at all. This shouldn't be too hard of a fix.