Ask workflow agent to refer to unified agent#379
Merged
josephjclark merged 3 commits intomainfrom Feb 11, 2026
Merged
Conversation
josephjclark
approved these changes
Feb 11, 2026
Collaborator
|
This is great @hanna-paasivirta, thanks |
71f01c0 to
f088972
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.
Short Description
Remove reference to a separate job code assistant when instructing the workflow assistant to ask the user to navigate to the job code inspector.
Fixes #364
Implementation Details
I've kept the prompt firm and asked the assistant to decline providing job code because we really don't want it to agree to provide it in a follow up conversation turn.
Before:
"I can help you write that job code, but since you’re now looking at the specific job implementation, you should use the AI Assistant in the Workflow Inspector (available when viewing your job code) for help with writing the operations. Would you like me to help with anything else about the workflow structure itself?"
Examples of answers now:
"I can't generate job code from this view. To write the code for each job, you'll need to save this workflow first, then navigate to the specific job's code page in the Inspector. Once you're on a job's code page, I'll be able to help you write the operations for that step (and see any existing code)."
"I can't generate the job code directly here. To get help with the code, you'll need to save this workflow first, then navigate to each specific job's code page in the Inspector. Once you're viewing a job's code editor, I'll be able to see any existing code and help you write the operations for that specific job."
"I can't generate job code yet. You'll need to save this workflow first, then navigate to each specific job's code page in the Inspector. Once you're on a job's code page, I'll be able to see the job context and help you write the appropriate operations for parsing/aggregating the data and uploading to Redis."
AI Usage
Please disclose how you've used AI in this work (it's cool, we just want to know!):
You can read more details in our Responsible AI Policy