Skip to content

Commit 22b87b6

Browse files
authored
Update resources.py
Adds hanging indent and blank line after all the list elements as well as cleaned up some triple spaces in the text.
1 parent 39c74f9 commit 22b87b6

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

  • packages/google-cloud-apiregistry/google/cloud/apiregistry_v1beta/types

packages/google-cloud-apiregistry/google/cloud/apiregistry_v1beta/types/resources.py

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,19 +132,20 @@ class McpTool(proto.Message):
132132
spec. These include:
133133
134134
- title: A human-readable title for the tool,
135-
useful for UI display.
135+
useful for UI display.
136136
- readOnlyHint: If true, indicates the tool
137-
does not modify its environment.
137+
does not modify its environment.
138138
- destructiveHint: If true, the tool may
139-
perform destructive updates (only meaningful
140-
when readOnlyHint is false).
139+
perform destructive updates (only meaningful
140+
when readOnlyHint is false).
141141
- idempotentHint: If true, calling the tool
142-
repeatedly with the same arguments has no
143-
additional effect (only meaningful when
144-
readOnlyHint is false).
142+
repeatedly with the same arguments has no
143+
additional effect (only meaningful when
144+
readOnlyHint is false).
145145
- openWorldHint: If true, the tool may
146-
interact with an "open world" of external
147-
entities.
146+
interact with an "open world" of external
147+
entities.
148+
148149
"""
149150

150151
name: str = proto.Field(

0 commit comments

Comments
 (0)