8000 feat: AI follow-up suggestions by akucharska · Pull Request #3759 · kyma-project/busola · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: AI follow-up suggestions #3759

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

Merged
merged 5 commits into from
Mar 14, 2025

Conversation

akucharska
Copy link
Contributor
@akucharska akucharska commented Mar 12, 2025

Description

Changes proposed in this pull request:

  • Add followups endpoint
  • Handle follow-up suggestions

Related issue(s)

Definition of done

  • The PR's title starts with one of the following prefixes:
    • feat: A new feature
    • fix: A bug fix
    • docs: Documentation only changes
    • refactor: A code change that neither fixes a bug nor adds a feature
    • test: Adding tests
    • revert: Revert commit
    • chore: Maintainance changes to the build process or auxiliary tools, libraries, workflows, etc.
  • Related issues are linked. To link internal trackers, use the issue IDs like backlog#4567
  • Explain clearly why you created the PR and what changes it introduces
  • All necessary steps are delivered, for example, tests, documentation, merging

Copy link
Contributor
@chriskari chriskari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also I noticed one small bug not related to these changes but can be fixed quickly:
when the textarea is disabled, the Icon is still clickable

@@ -162,7 +162,66 @@ async function handleChatMessage(req, res) {
}
}

async function handleFollowUpSuggestions(req, res) {
console.log('handleFollowUpSuggestions', req, res);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove console.log

@chriskari chriskari merged commit e3750d9 into kyma-project:main Mar 14, 2025
20 checks passed
@akucharska akucharska deleted the ai-followup-suggestions branch March 14, 2025 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate and adjust GET /conversations/{conversation_id}/questions endpoint
2 participants
0