mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-13 08:15:21 +02:00
Run /scripts/forrmat.sh
This commit is contained in:
parent
a07c6c4bac
commit
3a4d2cee21
2 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue