LobeChat
Ctrl K
Back to Discovery
gitUserRepoStats

Estatísticas do Git OSS

@yunwei37
Gerar e analisar dinamicamente estatísticas e histórico para repositórios e desenvolvedores de OSS.

Tool Parameters

banner
Get GitHub user information
ParameterType
owner
STRING

JSON Schema

json
[
  {
    "description": "Get GitHub user information",
    "name": "getGithubUser",
    "parameters": {
      "properties": {
        "owner": {
          "type": "string"
        }
      },
      "required": [
        "owner"
      ],
      "type": "object"
    }
  },
  {
    "description": "Get GitHub repository information",
    "name": "getGithubRepo",
    "parameters": {
      "properties": {
        "owner": {
          "type": "string"
        },
        "repo": {
          "type": "string"
        }
      },
      "required": [
        "owner",
        "repo"
      ],
      "type": "object"
    }
  }
]