()
| 203 | }, [execute, basePrompt, input, prompt, attempt]); |
| 204 | |
| 205 | const stopModel = () => { |
| 206 | AIRef.current?.fetch?.then((response) => { |
| 207 | response.body?.emit("close"); |
| 208 | }); |
| 209 | AIRef.current = undefined; |
| 210 | }; |
| 211 | |
| 212 | const res = environment.canAccess(AI) |
| 213 | ? { |