mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-23 13:58:08 -05:00
Updated tool descriptions to be more descriptive
This commit is contained in:
@@ -20,7 +20,8 @@ export interface RepoInfoResponse extends ToolResponse {
|
||||
export const repoInfoTool: ToolConfig<RepoInfoParams, RepoInfoResponse> = {
|
||||
id: 'github_repoinfo',
|
||||
name: 'GitHub Repository Info',
|
||||
description: 'Fetch detailed information about a GitHub repository',
|
||||
description:
|
||||
'Retrieve comprehensive GitHub repository metadata including stars, forks, issues, and primary language. Supports both public and private repositories with optional authentication.',
|
||||
version: '1.0.0',
|
||||
|
||||
params: {
|
||||
|
||||
Reference in New Issue
Block a user