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