Skip to content

Commit 99648a8

Browse files
committed
Remove unused commented code
Signed-off-by: Madhav Kandukuri <[email protected]>
1 parent 657079e commit 99648a8

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

mcpgateway/schemas.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -443,13 +443,6 @@ class ToolRead(BaseModelWithConfigDict):
443443
gateway_slug: str
444444
original_name_slug: str
445445

446-
# class Config(BaseModelWithConfigDict.Config):
447-
# """
448-
# A configuration class that inherits from BaseModelWithConfigDict.Config.
449-
# This class may be used to define specific configurations, extending
450-
# the base functionality of BaseModelWithConfigDict.
451-
# """
452-
453446

454447
class ToolInvocation(BaseModelWithConfigDict):
455448
"""Schema for tool invocation requests.
@@ -577,20 +570,6 @@ class PromptArgument(BaseModelWithConfigDict):
577570
schema_extra = {"example": {"name": "language", "description": "Programming language", "required": True}}
578571
)
579572

580-
# class Config(BaseModelWithConfigDict.Config):
581-
# """
582-
# A configuration class that inherits from BaseModelWithConfigDict.Config.
583-
584-
# This class defines an example schema for configuration, which includes:
585-
# - 'name': A string representing the name of the configuration (e.g., "language").
586-
# - 'description': A brief description of the configuration (e.g., "Programming language").
587-
# - 'required': A boolean indicating if the configuration is mandatory (e.g., True).
588-
589-
# The `schema_extra` attribute provides an example of how the configuration should be structured.
590-
# """
591-
592-
# schema_extra = {"example": {"name": "language", "description": "Programming language", "required": True}}
593-
594573

595574
class PromptCreate(BaseModelWithConfigDict):
596575
"""Schema for creating a new prompt template.

0 commit comments

Comments
 (0)