This commit is contained in:
Asuka Minato 2025-12-17 22:00:29 +09:00
parent cdd60dc1b8
commit af8a137a2a
1 changed files with 0 additions and 3 deletions

View File

@ -251,9 +251,6 @@ class ApiToolManageService:
"""
update api tool provider
"""
if schema_type not in ApiProviderSchemaType:
raise ValueError(f"invalid schema type {schema}")
provider_name = provider_name.strip()
# check if the provider exists