langchain_community.agent_toolkits.github.toolkit
.SearchIssuesAndPRs¶
- class langchain_community.agent_toolkits.github.toolkit.SearchIssuesAndPRs[source]¶
基类:
BaseModel
需要搜索查询作为输入的操作的模式。
通过对关键字参数进行解析和验证来创建新模型。
如果输入数据无法解析成有效模型,则引发
ValidationError
错误。- 参数 search_query: str [必需]¶
自然语言搜索查询,例如 我的问题标题或主题。