mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-16 18:25:17 +02:00
add internal message prefix to pipeline agent
This commit is contained in:
parent
ba3583e0ed
commit
b009961591
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ export const PIPELINE_TYPE_INSTRUCTIONS = (): string => `
|
|||
- Provide clear, actionable output that the next pipeline step can easily understand and work with.
|
||||
- Do NOT attempt to handle tasks outside your specific pipeline role.
|
||||
- Do NOT mention other agents or the pipeline structure to users.
|
||||
- Your response should be self-contained and ready to be consumed by the next pipeline step.
|
||||
- Your response should be self-contained and ready to be consumed by the next pipeline step. Add a prefix 'Internal message' to your response.
|
||||
- Reading the message history will show you the pipeline execution flow up to your step.
|
||||
- These are high level instructions only. The user will provide more specific instructions which will be below.
|
||||
`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue