langchain_core.tools.RetrieverInput

class langchain_core.tools.RetrieverInput[source]

基类: BaseModel

检索器的输入。

通过解析和验证输入参数的键值对创建新的模型。

如果输入数据无法解析为有效模型,则抛出ValidationError。

参数 query: str [必需]

在检索器中查找的查询