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@c40333e
  • Loading branch information
droplet-bot committed Aug 8, 2024
1 parent f4c94b4 commit fc5b056
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions artifact/artifact/v1alpha/qa_pb2.py

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

10 changes: 5 additions & 5 deletions artifact/artifact/v1alpha/qa_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@ class QuestionAnsweringRequest(google.protobuf.message.Message):
NAMESPACE_ID_FIELD_NUMBER: builtins.int
CATALOG_ID_FIELD_NUMBER: builtins.int
QUESTION_FIELD_NUMBER: builtins.int
TOPK_FIELD_NUMBER: builtins.int
TOP_K_FIELD_NUMBER: builtins.int
namespace_id: builtins.str
"""id of the namespace"""
catalog_id: builtins.str
"""id of the catalog"""
question: builtins.str
"""question to be answered"""
topk: builtins.int
"""topk default to 5"""
top_k: builtins.int
"""top k default to 5"""
def __init__(
self,
*,
namespace_id: builtins.str = ...,
catalog_id: builtins.str = ...,
question: builtins.str = ...,
topk: builtins.int = ...,
top_k: builtins.int = ...,
) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["catalog_id", b"catalog_id", "namespace_id", b"namespace_id", "question", b"question", "topk", b"topk"]) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["catalog_id", b"catalog_id", "namespace_id", b"namespace_id", "question", b"question", "top_k", b"top_k"]) -> None: ...

global___QuestionAnsweringRequest = QuestionAnsweringRequest

Expand Down

0 comments on commit fc5b056

Please sign in to comment.