parent
e84bf35e2a
commit
f230a9232e
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ class ApiBasedToolSchemaParser:
|
|||
llm_description=property.get("description", ""),
|
||||
default=property.get("default", None),
|
||||
placeholder=I18nObject(
|
||||
en_US=parameter.get("description", ""), zh_Hans=parameter.get("description", "")
|
||||
en_US=property.get("description", ""), zh_Hans=property.get("description", "")
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue