feat: Give Namespace Context to AICopilot when generating a Flow#14653
Open
feat: Give Namespace Context to AICopilot when generating a Flow#14653
Conversation
Contributor
🐋 Docker imagedocker run --pull=always --rm -it -p 8080:8080 --user=root -v /var/run/docker.sock:/var/run/docker.sock -v /tmp:/tmp ghcr.io/kestra-io/kestra-pr:14653 server local🧪 Java Unit Tests
|
065d1c4 to
580935d
Compare
loicmathieu
approved these changes
Feb 17, 2026
Member
loicmathieu
left a comment
There was a problem hiding this comment.
LGTM, just a suggestion as I think your prompt contains too much information as the LLM will anyway fetch the tool definition before making any completion.
webserver/src/main/java/io/kestra/webserver/services/ai/FlowYamlBuilder.java
Outdated
Show resolved
Hide resolved
webserver/src/main/java/io/kestra/webserver/services/ai/NamespaceContextTool.java
Fixed
Show fixed
Hide fixed
webserver/src/main/java/io/kestra/webserver/services/ai/NamespaceContextTool.java
Fixed
Show fixed
Hide fixed
webserver/src/main/java/io/kestra/webserver/services/ai/NamespaceContextTool.java
Fixed
Show fixed
Hide fixed
webserver/src/main/java/io/kestra/webserver/services/ai/NamespaceContextTool.java
Fixed
Show fixed
Hide fixed
webserver/src/main/java/io/kestra/webserver/services/ai/NamespaceContextTool.java
Fixed
Show fixed
Hide fixed
webserver/src/main/java/io/kestra/webserver/services/ai/NamespaceContextTool.java
Fixed
Show fixed
Hide fixed
webserver/src/main/java/io/kestra/webserver/services/ai/NamespaceContextTool.java
Fixed
Show fixed
Hide fixed
webserver/src/main/java/io/kestra/webserver/services/ai/NamespaceContextTool.java
Fixed
Show fixed
Hide fixed
Contributor
Tests report quick summary:success ✅ > tests: 3476, success: 3465, skipped: 11, failed: 0 unfold for details
Develocity build scan: https://develocity.kestra.io/s/2weailyjdv5lg |
1fed4e3 to
791f044
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion PR : https://github.com/kestra-io/kestra-ee/pull/6730