| # -*- coding: utf-8 -*- |
| # Generated by the protocol buffer compiler. DO NOT EDIT! |
| # source: chat.proto |
| # Protobuf Python Version: 4.25.3 |
| """Generated protocol buffer code.""" |
| |
| from google.protobuf import descriptor as _descriptor |
| from google.protobuf import descriptor_pool as _descriptor_pool |
| from google.protobuf import symbol_database as _symbol_database |
| from google.protobuf.internal import builder as _builder |
| # @@protoc_insertion_point(imports) |
| |
| _sym_db = _symbol_database.Default() |
| |
| |
| DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( |
| b'\n\nchat.proto\x12 org.apache.dubbo.samples.llm.api",\n\x0b\x43hatRequest\x12\x0c\n\x04role\x18\x01 \x01(\t\x12\x0f\n\x07\x63ontent\x18\x02 \x01(\t"*\n\tChatReply\x12\r\n\x05think\x18\x01 \x01(\t\x12\x0e\n\x06\x61nswer\x18\x02 \x01(\t2y\n\x11\x44\x65\x65pSeekAiService\x12\x64\n\x04\x63hat\x12-.org.apache.dubbo.samples.llm.api.ChatRequest\x1a+.org.apache.dubbo.samples.llm.api.ChatReply0\x01\x42\rB\tChatProtoP\x01\x62\x06proto3' |
| ) |
| |
| _globals = globals() |
| _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) |
| _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "chat_pb2", _globals) |
| if _descriptor._USE_C_DESCRIPTORS == False: |
| _globals["DESCRIPTOR"]._options = None |
| _globals["DESCRIPTOR"]._serialized_options = b"B\tChatProtoP\001" |
| _globals["_CHATREQUEST"]._serialized_start = 48 |
| _globals["_CHATREQUEST"]._serialized_end = 92 |
| _globals["_CHATREPLY"]._serialized_start = 94 |
| _globals["_CHATREPLY"]._serialized_end = 136 |
| _globals["_DEEPSEEKAISERVICE"]._serialized_start = 138 |
| _globals["_DEEPSEEKAISERVICE"]._serialized_end = 259 |
| # @@protoc_insertion_point(module_scope) |