langchain_community.tools.multion.create_session.CreateSessionSchema

class langchain_community.tools.multion.create_session.CreateSessionSchema[source]

基类: BaseModel

CreateSessionTool的输入。

通过解析和验证来自关键字参数的输入数据来创建新的模型。

如果输入数据不能解析成有效的模型,则引发ValidationError。

参数 query: str [必需]

在多线程代理中运行查询。

参数 url: str = 'https://www.google.com/'

运行代理的URL。注意:只能接受具有https://的安全链接。