mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 20:16:52 +00:00
community: docstrings toolkits
(#23616)
Added missed docstrings. Formatted docstrings to the consistent form.
This commit is contained in:
@@ -41,6 +41,15 @@ class GitLabToolkit(BaseToolkit):
|
||||
def from_gitlab_api_wrapper(
|
||||
cls, gitlab_api_wrapper: GitLabAPIWrapper
|
||||
) -> "GitLabToolkit":
|
||||
"""Create a GitLabToolkit from a GitLabAPIWrapper.
|
||||
|
||||
Args:
|
||||
gitlab_api_wrapper: GitLabAPIWrapper. The GitLab API wrapper.
|
||||
|
||||
Returns:
|
||||
GitLabToolkit. The GitLab toolkit.
|
||||
"""
|
||||
|
||||
operations: List[Dict] = [
|
||||
{
|
||||
"mode": "get_issues",
|
||||
|
Reference in New Issue
Block a user