Skip to content

Commit 621f359

Browse files
committed
chore: update connector version
1 parent d4aa0fa commit 621f359

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@agentica/core": "^0.16.4",
18-
"@wrtnlabs/connector-github": "^0.1.487",
18+
"@wrtnlabs/connector-github": "^0.1.488",
1919
"dotenv": "^16.4.7",
2020
"openai": "^4.93.0",
2121
"typia": "^9.1.0"

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const agent = new Agentica({
2121
protocol: "class",
2222
application: typia.llm.application<GithubService, "chatgpt">(),
2323
execute: new GithubService({
24-
githubRefreshToken: process.env.GITHUB_ACCESS_TOKEN!,
24+
githubAccessToken: process.env.GITHUB_ACCESS_TOKEN!,
2525
}),
2626
},
2727
],

0 commit comments

Comments
 (0)