style: reorder tool import after other imports for consistency

This commit is contained in:
2026-04-14 09:33:14 +05:30
parent e34441c341
commit 1c9d08f7fa
2 changed files with 2 additions and 2 deletions
@@ -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,