* Search nodes by text
(query: string, options?: SearchOptions)
| 1299 | * Search nodes by text |
| 1300 | */ |
| 1301 | searchNodes(query: string, options?: SearchOptions): SearchResult[] { |
| 1302 | return this.queries.searchNodes(query, options); |
| 1303 | } |
| 1304 | |
| 1305 | /** |
| 1306 | * Graph-derived prompt matching for the front-load hook's MEDIUM tier: |
no outgoing calls