feat: add X-Session-Id header for proxy cache routing affinity (#31511)
This commit is contained in:
parent
381eabb970
commit
80c0b06980
@ -185,6 +185,7 @@ export const prepare = Effect.fn("LLMRequestPrep.prepare")(function* (input: Pre
|
||||
}
|
||||
: {
|
||||
"x-session-affinity": input.sessionID,
|
||||
"X-Session-Id": input.sessionID,
|
||||
...(input.parentSessionID ? { "x-parent-session-id": input.parentSessionID } : {}),
|
||||
"User-Agent": USER_AGENT,
|
||||
}),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user