test(executors): regenerate ExecutorRegistry golden snapshots after release sync

release/v3.8.50 sunset mimocode and added cloudflare-playground + jina-search
since this PR's snapshots were captured; refresh the golden fixtures to match.
This commit is contained in:
adevwithpurpose
2026-08-18 12:05:19 -03:00
parent 0310e49a99
commit d7d418889d
2 changed files with 15 additions and 10 deletions

View File

@@ -37,6 +37,11 @@
"status": 400,
"throws": true
},
"jina-search": {
"message": "Provider \"jina-search\" is a search provider and does not support chat completions; use the /v1/search endpoint instead.",
"status": 400,
"throws": true
},
"linkup-search": {
"message": "Provider \"linkup-search\" is a search provider and does not support chat completions; use the /v1/search endpoint instead.",
"status": 400,

View File

@@ -75,6 +75,11 @@
"configSource": "cloudflare-ai",
"provider": "cloudflare-ai"
},
"cfp": {
"className": "CloudflarePlaygroundExecutor",
"configSource": "<custom-config>",
"provider": "cloudflare-playground"
},
"cgpt-codex": {
"className": "ChatGptWebCodexExecutor",
"configSource": "<custom-config>",
@@ -125,6 +130,11 @@
"configSource": "cloudflare-ai",
"provider": "cloudflare-ai"
},
"cloudflare-playground": {
"className": "CloudflarePlaygroundExecutor",
"configSource": "<custom-config>",
"provider": "cloudflare-playground"
},
"cmd": {
"className": "CommandCodeExecutor",
"configSource": "<custom-config>",
@@ -405,21 +415,11 @@
"configSource": "<custom-config>",
"provider": "lmarena"
},
"mcode": {
"className": "MimocodeExecutor",
"configSource": "<custom-config>",
"provider": "mimocode"
},
"microsoft-designer-web": {
"className": "MicrosoftDesignerWebExecutor",
"configSource": "<custom-config>",
"provider": "microsoft-designer-web"
},
"mimocode": {
"className": "MimocodeExecutor",
"configSource": "<custom-config>",
"provider": "mimocode"
},
"moonshot": {
"className": "MoonshotExecutor",
"configSource": "moonshot",