feat: Send x-session-affinity and x-parent-session-id headers (#20744)

This commit is contained in:
Kevin Flansburg
2026-04-02 22:09:53 -05:00
committed by GitHub
parent aa2239d5de
commit e89527c9f0
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1512,6 +1512,7 @@ NOTE: At any point in time through this workflow you should feel free to ask the
agent,
permission: session.permission,
sessionID,
parentSessionID: session.parentID,
system,
messages: [...modelMsgs, ...(isLastStep ? [{ role: "assistant" as const, content: MAX_STEPS }] : [])],
tools,