-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
基本的なステージング機能の実装 #27
基本的なステージング機能の実装 #27
Conversation
PR Reviewer Guide 🔍
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
一点だけコメントしました!
そこの挙動が想定通りなら他は問題なさそうです!
fmt.Println(err) | ||
} | ||
|
||
return |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ステージングチャンネルだと普通のチャンネルにあるresetやchatの機能は使わないっていうことで大丈夫ですか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
とりあえず、このPRでは使わなくて、この後のRAGのPoCでは使うコード書いてます
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
なら良さそうです!
User description
STAGING_CHANNEL_ID
で指定されたチャンネルからのリクエストに対して別の処理をする部分を実装PR Type
enhancement, bug_fix
Description
traPtitech
に変更し、リポジトリの一貫性を確保。Changes walkthrough 📝
gpt.go
モジュール名の更新
internal/gpt/gpt.go
traPtitech
に変更MessageReceived.go
ステージング機能とエラーハンドリングの実装
internal/handler/MessageReceived.go
OnDirectMessageCreated.go
モジュール名の更新
internal/handler/OnDirectMessageCreated.go
traPtitech
に変更OnMessageCreated.go
モジュール名の更新
internal/handler/OnMessageCreated.go
traPtitech
に変更handler.go
モジュール名の更新
internal/handler/handler.go
traPtitech
に変更main.go
モジュール名の更新
main.go
traPtitech
に変更go.mod
モジュール名の更新
go.mod
traPtitech
に変更README.md
画像URLの更新
README.md
traPtitech
に変更