Skip to content

Ask workflow agent to refer to unified agent#379

Merged
josephjclark merged 3 commits intomainfrom
unified-chat-prompt
Feb 11, 2026
Merged

Ask workflow agent to refer to unified agent#379
josephjclark merged 3 commits intomainfrom
unified-chat-prompt

Conversation

@hanna-paasivirta
Copy link
Copy Markdown
Contributor

@hanna-paasivirta hanna-paasivirta commented Feb 10, 2026

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!):

  • Code generation (copilot but not intellisense)
  • Learning or fact checking
  • Strategy / design
  • Optimisation / refactoring
  • Translation / spellchecking / doc gen
  • Other
  • I have not used AI

You can read more details in our Responsible AI Policy

@josephjclark
Copy link
Copy Markdown
Collaborator

This is great @hanna-paasivirta, thanks

@josephjclark josephjclark merged commit 044e96d into main Feb 11, 2026
@josephjclark josephjclark deleted the unified-chat-prompt branch February 11, 2026 14:49
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.

workflow chat: soften the refusal to generate job code

2 participants