No badges yet
No accepted solutions yet
Is it possible to expose attachements to tools?
I ran into a similar situation and noticed something in the docs that might help: > **Context (experimental)** > You can pass in arbitrary context from `generateText` or...
How to set per-route function durations in an Astro project on Vercel?
Hi everyone, I’m working on an Astro project deployed on Vercel and I’d like to set different function durations for specific routes (not just globally at the project level). I’ve...