Skip to content

Conversation

@hornm-knime
Copy link
Contributor

... that is output by the Agent Chat Widget.

AP-25468 (Make Agent Chat Widget compatible with Integrated Deployment)

Copilot AI review requested due to automatic review settings December 26, 2025 09:17
@hornm-knime hornm-knime requested a review from a team as a code owner December 26, 2025 09:17
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes the input/output ID generation for workflow segments used by the Agent Chat Widget to ensure compatibility with Integrated Deployment. The previous implementation derived IDs from port names combined with index suffixes, which has been replaced with a simpler sequential numbering scheme (input-0, input-1, etc.).

Key changes:

  • Simplified ID generation to use consistent input-{index} and output-{index} patterns
  • Removed port name dependency from ID generation logic
  • Decoupled ID generation from the node collection process

... that is output by the Agent Chat Widget.

AP-25468 (Make Agent Chat Widget compatible with Integrated Deployment)
@hornm-knime hornm-knime force-pushed the todo/AP-25468-make-agent-chat-widget-compatib branch from 1a854af to b4c1f59 Compare December 26, 2025 09:21
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants