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:

View file

@ -234,7 +234,7 @@ export function HttpApiToolConfig({
<AlertCircle className="h-3.5 w-3.5 mt-0.5 shrink-0" />
<span>This text is spoken as-is. For multilingual workflows, choose your phrasing carefully.</span>
</div>
<Textarea
value={customMessage}
onChange={(e) => onCustomMessageChange(e.target.value)}