feat: first-class session identity in SGLang (#29436)

This commit is contained in:
ishandhanani
2026-06-28 07:16:38 -07:00
committed by GitHub
parent 828411e6f1
commit aaa31eb0a1
24 changed files with 136 additions and 64 deletions
+2
View File
@@ -68,6 +68,7 @@ message TextGenerateRequest {
optional string routing_key = 10;
optional int32 routed_dp_rank = 11;
map<string, string> trace_headers = 12;
optional string session_id = 13;
}
message TextGenerateResponse {
@@ -90,6 +91,7 @@ message GenerateRequest {
optional string routing_key = 9;
optional int32 routed_dp_rank = 10;
map<string, string> trace_headers = 11;
optional string session_id = 12;
}
message GenerateResponse {