(address: ToolAddress)
| 54 | }); |
| 55 | |
| 56 | export const toolSchemaAtom = (address: ToolAddress) => |
| 57 | ExecutorApiClient.query("tools", "schema", { |
| 58 | query: { address }, |
| 59 | timeToLive: "1 minute", |
| 60 | reactivityKeys: [ReactivityKey.tools], |
| 61 | }); |
| 62 | |
| 63 | // --------------------------------------------------------------------------- |
| 64 | // Integrations — the tenant-shared catalog (was `sources`). |
no outgoing calls
no test coverage detected