Skip to content

Commit 4bf6f65

Browse files
authoredJan 11, 2025
Merge pull request elizaOS#2157 from AnonJon/fix/add-github-client-enum
add github to client enumerations
2 parents f3b1bf4 + 0026187 commit 4bf6f65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/core/src/types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@ export enum Clients {
647647
LENS = "lens",
648648
AUTO = "auto",
649649
SLACK = "slack",
650+
GITHUB = "github",
650651
}
651652

652653
export interface IAgentConfig {

0 commit comments

Comments
 (0)
Please sign in to comment.