Run /scripts/forrmat.sh

This commit is contained in:
XI 2026-06-04 01:09:03 +01:00
parent a07c6c4bac
commit 3a4d2cee21
2 changed files with 1 additions and 2 deletions

View file

@ -147,7 +147,6 @@ class HttpApiConfig(BaseModel):
description="When to run variable extraction relative to the tool call (before, after, or both)",
)
@field_validator("method", mode="before")
@classmethod
def validate_method(cls, v: Any) -> str: