The first draft of the Preprocessing API.

This commit is contained in:
ilya-kolchinsky 2025-03-03 13:32:17 +01:00
parent 7f9b767277
commit aa1b670d5c
18 changed files with 327 additions and 0 deletions

View file

@ -18,6 +18,7 @@ class ResourceType(Enum):
benchmark = "benchmark"
tool = "tool"
tool_group = "tool_group"
preprocessor = "preprocessor"
class Resource(BaseModel):