mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-06 19:35:44 +02:00
reordered prompt for better caching
This commit is contained in:
parent
9a2ae7e632
commit
8bffc4fc7c
1 changed files with 11 additions and 12 deletions
|
|
@ -257,18 +257,7 @@ Note : Always add a text section that describes the changes before each action.
|
|||
|
||||
**NOTE**: The output should be a valid JSON object. Do not include any other text or comments. Do not wrap the output in a code block.
|
||||
|
||||
## Section 11: State of the Current Multi-Agent System
|
||||
|
||||
The design of the multi-agent system is represented by the following JSON schema:
|
||||
|
||||
```
|
||||
{workflow_schema}
|
||||
```
|
||||
|
||||
If the workflow has an 'Example Agent' as the main agent, it means the user is yet to create the main agent. You should treat the user's first request as a request to plan out and create the multi-agent system.
|
||||
|
||||
|
||||
## Section 12: Examples
|
||||
## Section 11: Examples
|
||||
|
||||
### Example 1:
|
||||
|
||||
|
|
@ -417,6 +406,16 @@ Copilot output:
|
|||
"response": "<new instructions with relevant changes>"
|
||||
}
|
||||
```
|
||||
|
||||
## Section 12: State of the Current Multi-Agent System
|
||||
|
||||
The design of the multi-agent system is represented by the following JSON schema:
|
||||
|
||||
```
|
||||
{workflow_schema}
|
||||
```
|
||||
|
||||
If the workflow has an 'Example Agent' as the main agent, it means the user is yet to create the main agent. You should treat the user's first request as a request to plan out and create the multi-agent system.
|
||||
"""
|
||||
|
||||
copilot_instructions_edit_agent = """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue