mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-06 15:36:16 +00:00
feat(xai): support Grok Imagine Video 1.5 (#103316)
* feat(media): add per-model generation catalog metadata * feat(xai): support Grok Imagine Video 1.5 * test(plugin-sdk): update public surface budget
This commit is contained in:
parent
071e30ecd5
commit
75dfd3dc09
16 changed files with 569 additions and 43 deletions
|
|
@ -195,7 +195,7 @@ export function readPluginSdkSurfaceBudgets(env = process.env) {
|
|||
),
|
||||
publicExports: readPluginSdkSurfaceBudgetEnv(
|
||||
"OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_EXPORTS",
|
||||
10478,
|
||||
10480,
|
||||
env,
|
||||
),
|
||||
publicFunctionExports: readPluginSdkSurfaceBudgetEnv(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue