mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 01:29:01 +08:00
parent
e84bf35e2a
commit
f230a9232e
@ -112,7 +112,7 @@ class ApiBasedToolSchemaParser:
|
|||||||
llm_description=property.get("description", ""),
|
llm_description=property.get("description", ""),
|
||||||
default=property.get("default", None),
|
default=property.get("default", None),
|
||||||
placeholder=I18nObject(
|
placeholder=I18nObject(
|
||||||
en_US=parameter.get("description", ""), zh_Hans=parameter.get("description", "")
|
en_US=property.get("description", ""), zh_Hans=property.get("description", "")
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user