-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Refactor: Convert all relative bot imports to use project aliases #1007
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
Comments
@coderabbitai suggest proper issue title please |
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed:
Length of output: 1017 @PeterDaveHello Here are some suggested improved titles for the issue:
The third option provides the best balance of clarity and conciseness while focusing on the action needed. |
@coderabbitai I think it's not just "OpenAI" bots but all bots in src/bots/index.js |
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed:
Length of output: 10898 @PeterDaveHello You're absolutely right! After examining the code in bots/index.js, I can see that many bots beyond just OpenAI ones are using relative paths. Here are updated title suggestions:
The second option provides good clarity about both the issue and its location while maintaining reasonable length. (^◡^)っ ✏️ Learnings added
|
@/bots/openai/...
) instead of relative paths to import new bot modules for consistency with other imports. [general, importance: 5]
Suggestion: Use the project's alias (
@/bots/openai/...
) instead of relative paths to import new bot modules for consistency with other imports. [general, importance: 5]Originally posted by @PeterBot in #1005 (comment)
The text was updated successfully, but these errors were encountered: