langchain_community.tools.plugin
.AIPlugin¶
- class langchain_community.tools.plugin.AIPlugin[source]¶
Bases:
BaseModel
AI插件定义。
通过解析和验证输入参数中的数据来创建一个新模型。
如果输入数据无法解析成有效的模型,将触发验证错误。
- 参数auth: Optional[dict] = None¶
- 参数contact_email: Optional[str] = None¶
- 参数description_for_human: str [必填]¶
- 参数description_for_model: str [必填]¶
- 参数legal_info_url: Optional[str] = None¶
- 参数logo_url: Optional[str] = None¶
- 参数name_for_human: str [必填]¶
- 参数name_for_model: str [必填]¶
- 参数schema_version: str [必填]¶