chore: update the tool's doc (#6122)
This commit is contained in:
@@ -142,7 +142,8 @@ class ToolParameter(BaseModel):
|
||||
|
||||
name: str = Field(..., description="The name of the parameter")
|
||||
label: I18nObject = Field(..., description="The label presented to the user")
|
||||
human_description: I18nObject = Field(..., description="The description presented to the user")
|
||||
human_description: I18nObject = Field(None, description="The description presented to the user")
|
||||
placeholder: I18nObject = Field(None, description="The placeholder presented to the user")
|
||||
type: ToolParameterType = Field(..., description="The type of the parameter")
|
||||
form: ToolParameterForm = Field(..., description="The form of the parameter, schema/form/llm")
|
||||
llm_description: Optional[str] = None
|
||||
|
Reference in New Issue
Block a user