mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix: Disable prompt caching for parameter-updater chain (no-changelog) (#19296)
This commit is contained in:
@@ -88,7 +88,6 @@ export const createParameterUpdaterChain = (
|
||||
{
|
||||
type: 'text',
|
||||
text: systemPromptContent,
|
||||
cache_control: { type: 'ephemeral' },
|
||||
},
|
||||
],
|
||||
});
|
||||
@@ -99,7 +98,6 @@ export const createParameterUpdaterChain = (
|
||||
{
|
||||
type: 'text',
|
||||
text: nodeDefinitionPrompt,
|
||||
cache_control: { type: 'ephemeral' },
|
||||
},
|
||||
{
|
||||
type: 'text',
|
||||
|
||||
Reference in New Issue
Block a user