mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-23 23:22:32 +00:00
xAI: route x_search through public api seam
This commit is contained in:
committed by
Peter Steinberger
parent
4f3009f57e
commit
92fb4ad233
@@ -1,13 +1,13 @@
|
||||
import { Type } from "@sinclair/typebox";
|
||||
import {
|
||||
__testing as xaiXSearchTesting,
|
||||
xSearchTesting as xaiXSearchTesting,
|
||||
buildXaiXSearchPayload,
|
||||
requestXaiXSearch,
|
||||
resolveXaiXSearchInlineCitations,
|
||||
resolveXaiXSearchMaxTurns,
|
||||
resolveXaiXSearchModel,
|
||||
type XaiXSearchOptions,
|
||||
} from "../../../extensions/xai/src/x-search-shared.js";
|
||||
} from "../../../extensions/xai/api.js";
|
||||
import type { OpenClawConfig } from "../../config/config.js";
|
||||
import { resolveProviderWebSearchPluginConfig } from "../../plugin-sdk/provider-web-search.js";
|
||||
import type { RuntimeWebXSearchMetadata } from "../../secrets/runtime-web-tools.types.js";
|
||||
|
||||
Reference in New Issue
Block a user