Adding technical context: the main benefit of exposing prompt_cache_retention in the n8n OpenAI node (n8n-nodes-langchain.openai) is for workflows that repeatedly call the same system prompt with only dynamic input changes. Currently, the cache duration is fixed (24h), which may limit reuse efficiency for low-frequency executions or testing environments. Allowing configuration would enable better token usage, reduce unnecessary API calls, and optimize cost management, particularly in production scenarios with multiple clients or repeated orchestration patterns.