| 4 | export { Sandbox } from '@cloudflare/sandbox'; |
| 5 | |
| 6 | interface Env { |
| 7 | Sandbox: DurableObjectNamespace<Sandbox>; |
| 8 | ANTHROPIC_API_KEY: string; |
| 9 | } |
| 10 | |
| 11 | interface ExecuteRequest { |
| 12 | question: string; |
nothing calls this directly
no outgoing calls
no test coverage detected