fix: Disable prompt caching for parameter-updater chain (no-changelog) (#19296)

This commit is contained in:
oleg
2025-09-08 13:53:12 +02:00
committed by GitHub
parent f7d225e871
commit 3c57dc488a

View File

@@ -88,7 +88,6 @@ export const createParameterUpdaterChain = (
{ {
type: 'text', type: 'text',
text: systemPromptContent, text: systemPromptContent,
cache_control: { type: 'ephemeral' },
}, },
], ],
}); });
@@ -99,7 +98,6 @@ export const createParameterUpdaterChain = (
{ {
type: 'text', type: 'text',
text: nodeDefinitionPrompt, text: nodeDefinitionPrompt,
cache_control: { type: 'ephemeral' },
}, },
{ {
type: 'text', type: 'text',