{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreighig6fdyl4gkttn2evg4ja2gnjtjvmttxgo2zice7cuaqeghsz2u",
    "uri": "at://did:plc:lk3jfj3zq4k4wxnk474axylu/app.bsky.feed.post/3mhbjuzs3rak2"
  },
  "path": "/t/resolved-chat-history-not-being-referenced-in-agent-builder/1366150#post_7",
  "publishedAt": "2026-03-17T17:21:04.000Z",
  "site": "https://community.openai.com",
  "tags": [
    "Agent Builder hosted workflow loses conversation context between turns (chat history not passed) · Issue #184 · openai/chatkit-js · GitHub",
    "@openai"
  ],
  "textContent": "I’m experiencing the same issue. I have a multi-agent workflow in Agent Builder with “Include chat history” enabled on all agent nodes, deployed via ChatKit hosted (@openai/chatkit-react). The agent completely loses context between turns.\n\nLooking at the generated SDK code from Agent Builder, conversationHistory is recreated from scratch on each execution with only the current message. No previous_response_id or session chaining is used. It seems like ChatKit hosted is not injecting the thread history into the workflow execution.\n\nFiled a GitHub issue as well: Agent Builder hosted workflow loses conversation context between turns (chat history not passed) · Issue #184 · openai/chatkit-js · GitHub",
  "title": "[Resolved] Chat history not being referenced in Agent Builder"
}