Added tool UI to agent

This commit is contained in:
Emir Karabeg
2025-02-03 21:56:27 -08:00
parent 838fee32bc
commit 08fe6f2d39
16 changed files with 562 additions and 15 deletions

View File

@@ -36,6 +36,7 @@ export const repoInfoTool: ToolConfig<RepoInfoParams, RepoInfoResponse> = {
},
apiKey: {
type: 'string',
requiredForToolCall: true,
description: 'GitHub Personal Access Token'
}
},