langchain_community.agent_toolkits.github.toolkit.SearchCode

class langchain_community.agent_toolkits.github.toolkit.SearchCode[source]

基类: BaseModel

用于需要搜索查询作为输入的操作的模式。

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

如果输入数据无法解析为有效的模型,将引发 ValidationError。

参数 search_query: str [必填]

以关键词为中心的自然语言搜索查询代码,例如 MyFunctionName()