We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20c56f commit 757a1daCopy full SHA for 757a1da
agents-api/agents_api/common/utils/db_exceptions.py
@@ -12,8 +12,8 @@
12
import pydantic
13
from beartype.roar import BeartypeCallHintParamViolation
14
from fastapi import HTTPException
15
-from agents_api.common.exceptions.validation import QueryParamsValidationError
16
+from agents_api.common.exceptions.validation import QueryParamsValidationError
17
18
invalid_ref_re = re.compile(r"invalid (\w+) reference", re.IGNORECASE)
19
agents-api/agents_api/common/utils/task_validation.py
@@ -501,7 +501,6 @@ def validate_task(
501
TaskValidationResult with validation issues
502
"""
503
validation_result = TaskValidationResult(is_valid=True)
504
-
505
# Convert to task spec (this will exclude version, developer_id etc.)
506
try:
507
task_spec = task_to_spec(task)
0 commit comments