diff --git a/src/services/chat/index.ts b/src/services/chat/index.ts index 147845e642..d4ae56f268 100644 --- a/src/services/chat/index.ts +++ b/src/services/chat/index.ts @@ -345,6 +345,8 @@ class ChatService { const chatConfig = agentChatConfigSelectors.currentChatConfig(getAgentStoreState()); delete (res as any).scope; + // Fork flow stores market metadata in agent.params; must not reach OpenAI-compatible / Responses API + delete (res as any).forkedFromIdentifier; const payload = merge( {