feat: add X-Session-Id header for proxy cache routing affinity (#31511)
This commit is contained in:
parent
381eabb970
commit
80c0b06980
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue