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@d66c112
  • Loading branch information
droplet-bot committed Dec 5, 2024
1 parent 67ece6a commit 0897314
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 23 deletions.
46 changes: 24 additions & 22 deletions app/app/v1alpha/agent_pb2.py

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

6 changes: 5 additions & 1 deletion app/app/v1alpha/agent_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -154,22 +154,26 @@ class Tool(google.protobuf.message.Message):
PIPELINE_ID_FIELD_NUMBER: builtins.int
NAME_FIELD_NUMBER: builtins.int
CONNECTIONS_FIELD_NUMBER: builtins.int
DESCRIPTION_FIELD_NUMBER: builtins.int
pipeline_id: builtins.str
"""The pipeline id of the tool. e.g. "preset/xxx-search" """
name: builtins.str
"""The tool name."""
@property
def connections(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
"""The tool connection key(used connection id in recipe) and value(connection uid from namespace)."""
description: builtins.str
"""The tool description."""
def __init__(
self,
*,
pipeline_id: builtins.str = ...,
name: builtins.str | None = ...,
connections: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
description: builtins.str = ...,
) -> None: ...
def HasField(self, field_name: typing_extensions.Literal["_name", b"_name", "name", b"name"]) -> builtins.bool: ...
def ClearField(self, field_name: typing_extensions.Literal["_name", b"_name", "connections", b"connections", "name", b"name", "pipeline_id", b"pipeline_id"]) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["_name", b"_name", "connections", b"connections", "description", b"description", "name", b"name", "pipeline_id", b"pipeline_id"]) -> None: ...
def WhichOneof(self, oneof_group: typing_extensions.Literal["_name", b"_name"]) -> typing_extensions.Literal["name"] | None: ...

global___Tool = Tool
Expand Down

0 comments on commit 0897314

Please sign in to comment.