mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
style: reorder tool import after other imports for consistency
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
* Retrieves full content from a specific ECMAScript spec section.
|
* Retrieves full content from a specific ECMAScript spec section.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { tool } from "@opencode-ai/plugin";
|
|
||||||
import * as lancedbSdk from "@lancedb/lancedb";
|
import * as lancedbSdk from "@lancedb/lancedb";
|
||||||
|
import { tool } from "@opencode-ai/plugin";
|
||||||
import {
|
import {
|
||||||
createGetSectionContentTool,
|
createGetSectionContentTool,
|
||||||
toolMetadata,
|
toolMetadata,
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
* Searches the ECMAScript specification for relevant sections.
|
* Searches the ECMAScript specification for relevant sections.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { tool } from "@opencode-ai/plugin";
|
|
||||||
import * as lancedbSdk from "@lancedb/lancedb";
|
import * as lancedbSdk from "@lancedb/lancedb";
|
||||||
import { OllamaEmbeddings } from "@langchain/ollama";
|
import { OllamaEmbeddings } from "@langchain/ollama";
|
||||||
|
import { tool } from "@opencode-ai/plugin";
|
||||||
import {
|
import {
|
||||||
createSearchSpecSectionsTool,
|
createSearchSpecSectionsTool,
|
||||||
toolMetadata,
|
toolMetadata,
|
||||||
|
|||||||
Reference in New Issue
Block a user