Skip to content

Commit

Permalink
chore: auto-gen by protobufs
Browse files Browse the repository at this point in the history
triggered by commit: instill-ai/protobufs@e91904a
  • Loading branch information
droplet-bot committed Sep 28, 2024
1 parent c700e6d commit f8e1f24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/app/v1alpha/conversation_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions app/app/v1alpha/conversation_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -646,9 +646,11 @@ class ChatRequest(google.protobuf.message.Message):
catalog_id: builtins.str = ...,
conversation_uid: builtins.str = ...,
message: builtins.str = ...,
top_k: builtins.int = ...,
top_k: builtins.int | None = ...,
) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["app_id", b"app_id", "catalog_id", b"catalog_id", "conversation_uid", b"conversation_uid", "message", b"message", "namespace_id", b"namespace_id", "top_k", b"top_k"]) -> None: ...
def HasField(self, field_name: typing_extensions.Literal["_top_k", b"_top_k", "top_k", b"top_k"]) -> builtins.bool: ...
def ClearField(self, field_name: typing_extensions.Literal["_top_k", b"_top_k", "app_id", b"app_id", "catalog_id", b"catalog_id", "conversation_uid", b"conversation_uid", "message", b"message", "namespace_id", b"namespace_id", "top_k", b"top_k"]) -> None: ...
def WhichOneof(self, oneof_group: typing_extensions.Literal["_top_k", b"_top_k"]) -> typing_extensions.Literal["top_k"] | None: ...

global___ChatRequest = ChatRequest

Expand Down

0 comments on commit f8e1f24

Please sign in to comment.