fix(extensions): restore lint-safe xai imports

This commit is contained in:
Peter Steinberger
2026-04-06 16:27:01 +01:00
parent 7a5e65c71b
commit 6cc54e5059
10 changed files with 28 additions and 32 deletions

View File

@@ -1,7 +1,6 @@
import { getRuntimeConfigSnapshot } from "@openclaw/plugin-sdk/config-runtime";
import type { OpenClawConfig } from "@openclaw/plugin-sdk/plugin-entry";
import { jsonResult, readStringParam } from "@openclaw/plugin-sdk/provider-web-search";
import { Type } from "@sinclair/typebox";
import { getRuntimeConfigSnapshot, type OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
import { jsonResult, readStringParam } from "openclaw/plugin-sdk/provider-web-search";
import {
buildXaiCodeExecutionPayload,
requestXaiCodeExecution,