|
28 | 28 |
|
29 | 29 |
|
30 | 30 | DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( |
31 | | - b'\n$jetstream/core/proto/jetstream.proto\x12\x0fjetstream_proto"\xa7\x02\n\rDecodeRequest\x12\x15\n\rsession_cache\x18\x01 \x01(\t\x12\x10\n\x08priority\x18\x03 \x01(\x05\x12\x12\n\nmax_tokens\x18\x04 \x01(\x05\x12\x42\n\x0ctext_content\x18\x05 \x01(\x0b\x32*.jetstream_proto.DecodeRequest.TextContentH\x00\x12\x44\n\rtoken_content\x18\x06 \x01(\x0b\x32+.jetstream_proto.DecodeRequest.TokenContentH\x00\x1a\x1b\n\x0bTextContent\x12\x0c\n\x04text\x18\x01 \x01(\t\x1a!\n\x0cTokenContent\x12\x11\n\ttoken_ids\x18\x01 \x03(\x05\x42\t\n\x07\x63ontentJ\x04\x08\x02\x10\x03"\xcb\x02\n\x0e\x44\x65\x63odeResponse\x12I\n\x0finitial_content\x18\x02 \x01(\x0b\x32..jetstream_proto.DecodeResponse.InitialContentH\x00\x12G\n\x0estream_content\x18\x03 \x01(\x0b\x32-.jetstream_proto.DecodeResponse.StreamContentH\x00\x1a\x10\n\x0eInitialContent\x1a\x81\x01\n\rStreamContent\x12\x45\n\x07samples\x18\x01 \x03(\x0b\x32\x34.jetstream_proto.DecodeResponse.StreamContent.Sample\x1a)\n\x06Sample\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x11\n\ttoken_ids\x18\x02 \x03(\x05\x42\t\n\x07\x63ontentJ\x04\x08\x01\x10\x02"\x14\n\x12HealthCheckRequest"&\n\x13HealthCheckResponse\x12\x0f\n\x07is_live\x18\x01 \x01(\x08\x32\xb9\x01\n\x0cOrchestrator\x12M\n\x06\x44\x65\x63ode\x12\x1e.jetstream_proto.DecodeRequest\x1a\x1f.jetstream_proto.DecodeResponse"\x00\x30\x01\x12Z\n\x0bHealthCheck\x12#.jetstream_proto.HealthCheckRequest\x1a$.jetstream_proto.HealthCheckResponse"\x00\x62\x06proto3' |
| 31 | + b'\n$jetstream/core/proto/jetstream.proto\x12\x0fjetstream_proto"\x8a\x02\n\rDecodeRequest\x12\x12\n\nmax_tokens\x18\x04 \x01(\x05\x12\x42\n\x0ctext_content\x18\x05 \x01(\x0b\x32*.jetstream_proto.DecodeRequest.TextContentH\x00\x12\x44\n\rtoken_content\x18\x06 \x01(\x0b\x32+.jetstream_proto.DecodeRequest.TokenContentH\x00\x1a\x1b\n\x0bTextContent\x12\x0c\n\x04text\x18\x01 \x01(\t\x1a!\n\x0cTokenContent\x12\x11\n\ttoken_ids\x18\x01 \x03(\x05\x42\t\n\x07\x63ontentJ\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03J\x04\x08\x03\x10\x04"\xcb\x02\n\x0e\x44\x65\x63odeResponse\x12I\n\x0finitial_content\x18\x02 \x01(\x0b\x32..jetstream_proto.DecodeResponse.InitialContentH\x00\x12G\n\x0estream_content\x18\x03 \x01(\x0b\x32-.jetstream_proto.DecodeResponse.StreamContentH\x00\x1a\x10\n\x0eInitialContent\x1a\x81\x01\n\rStreamContent\x12\x45\n\x07samples\x18\x01 \x03(\x0b\x32\x34.jetstream_proto.DecodeResponse.StreamContent.Sample\x1a)\n\x06Sample\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x11\n\ttoken_ids\x18\x02 \x03(\x05\x42\t\n\x07\x63ontentJ\x04\x08\x01\x10\x02"\x14\n\x12HealthCheckRequest"&\n\x13HealthCheckResponse\x12\x0f\n\x07is_live\x18\x01 \x01(\x08\x32\xb9\x01\n\x0cOrchestrator\x12M\n\x06\x44\x65\x63ode\x12\x1e.jetstream_proto.DecodeRequest\x1a\x1f.jetstream_proto.DecodeResponse"\x00\x30\x01\x12Z\n\x0bHealthCheck\x12#.jetstream_proto.HealthCheckRequest\x1a$.jetstream_proto.HealthCheckResponse"\x00\x62\x06proto3' |
32 | 32 | ) |
33 | 33 |
|
34 | 34 | _globals = globals() |
|
39 | 39 | if _descriptor._USE_C_DESCRIPTORS == False: |
40 | 40 | DESCRIPTOR._options = None |
41 | 41 | _globals["_DECODEREQUEST"]._serialized_start = 58 |
42 | | - _globals["_DECODEREQUEST"]._serialized_end = 353 |
43 | | - _globals["_DECODEREQUEST_TEXTCONTENT"]._serialized_start = 274 |
44 | | - _globals["_DECODEREQUEST_TEXTCONTENT"]._serialized_end = 301 |
45 | | - _globals["_DECODEREQUEST_TOKENCONTENT"]._serialized_start = 303 |
46 | | - _globals["_DECODEREQUEST_TOKENCONTENT"]._serialized_end = 336 |
47 | | - _globals["_DECODERESPONSE"]._serialized_start = 356 |
48 | | - _globals["_DECODERESPONSE"]._serialized_end = 687 |
49 | | - _globals["_DECODERESPONSE_INITIALCONTENT"]._serialized_start = 522 |
50 | | - _globals["_DECODERESPONSE_INITIALCONTENT"]._serialized_end = 538 |
51 | | - _globals["_DECODERESPONSE_STREAMCONTENT"]._serialized_start = 541 |
52 | | - _globals["_DECODERESPONSE_STREAMCONTENT"]._serialized_end = 670 |
53 | | - _globals["_DECODERESPONSE_STREAMCONTENT_SAMPLE"]._serialized_start = 629 |
54 | | - _globals["_DECODERESPONSE_STREAMCONTENT_SAMPLE"]._serialized_end = 670 |
55 | | - _globals["_HEALTHCHECKREQUEST"]._serialized_start = 689 |
56 | | - _globals["_HEALTHCHECKREQUEST"]._serialized_end = 709 |
57 | | - _globals["_HEALTHCHECKRESPONSE"]._serialized_start = 711 |
58 | | - _globals["_HEALTHCHECKRESPONSE"]._serialized_end = 749 |
59 | | - _globals["_ORCHESTRATOR"]._serialized_start = 752 |
60 | | - _globals["_ORCHESTRATOR"]._serialized_end = 937 |
| 42 | + _globals["_DECODEREQUEST"]._serialized_end = 324 |
| 43 | + _globals["_DECODEREQUEST_TEXTCONTENT"]._serialized_start = 233 |
| 44 | + _globals["_DECODEREQUEST_TEXTCONTENT"]._serialized_end = 260 |
| 45 | + _globals["_DECODEREQUEST_TOKENCONTENT"]._serialized_start = 262 |
| 46 | + _globals["_DECODEREQUEST_TOKENCONTENT"]._serialized_end = 295 |
| 47 | + _globals["_DECODERESPONSE"]._serialized_start = 327 |
| 48 | + _globals["_DECODERESPONSE"]._serialized_end = 658 |
| 49 | + _globals["_DECODERESPONSE_INITIALCONTENT"]._serialized_start = 493 |
| 50 | + _globals["_DECODERESPONSE_INITIALCONTENT"]._serialized_end = 509 |
| 51 | + _globals["_DECODERESPONSE_STREAMCONTENT"]._serialized_start = 512 |
| 52 | + _globals["_DECODERESPONSE_STREAMCONTENT"]._serialized_end = 641 |
| 53 | + _globals["_DECODERESPONSE_STREAMCONTENT_SAMPLE"]._serialized_start = 600 |
| 54 | + _globals["_DECODERESPONSE_STREAMCONTENT_SAMPLE"]._serialized_end = 641 |
| 55 | + _globals["_HEALTHCHECKREQUEST"]._serialized_start = 660 |
| 56 | + _globals["_HEALTHCHECKREQUEST"]._serialized_end = 680 |
| 57 | + _globals["_HEALTHCHECKRESPONSE"]._serialized_start = 682 |
| 58 | + _globals["_HEALTHCHECKRESPONSE"]._serialized_end = 720 |
| 59 | + _globals["_ORCHESTRATOR"]._serialized_start = 723 |
| 60 | + _globals["_ORCHESTRATOR"]._serialized_end = 908 |
61 | 61 | # @@protoc_insertion_point(module_scope) |
0 commit comments