mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 11:30:21 +00:00
xAI: route x_search through public api seam
This commit is contained in:
committed by
Peter Steinberger
parent
4f3009f57e
commit
92fb4ad233
@@ -14,6 +14,15 @@ export {
|
||||
XAI_DEFAULT_MAX_TOKENS,
|
||||
} from "./model-definitions.js";
|
||||
export { isModernXaiModel, resolveXaiForwardCompatModel } from "./provider-models.js";
|
||||
export {
|
||||
__testing as xSearchTesting,
|
||||
buildXaiXSearchPayload,
|
||||
requestXaiXSearch,
|
||||
resolveXaiXSearchInlineCitations,
|
||||
resolveXaiXSearchMaxTurns,
|
||||
resolveXaiXSearchModel,
|
||||
type XaiXSearchOptions,
|
||||
} from "./src/x-search-shared.js";
|
||||
import { normalizeXaiModelId } from "./model-id.js";
|
||||
export { normalizeXaiModelId };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user