Skip to content

Commit a10256f

Browse files
committed
docs: update doc for Orchestration #100
1 parent 56db7e5 commit a10256f

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/devins/orchestration.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ In the following cases, AutoDev will auto execute:
1616

1717
### Method: AI Agent return `devin` code-block
1818

19-
example:
19+
Example:
2020

2121
```devin
2222
Explain code /file:src/main/java/com/example/Controller.java
2323
```
24+
25+
consider use `$command` to get $command example, and let LLM handle it.
26+
2427
### Method: Auto Handle DevIns error
2528

2629
Run DevIns command failed, will call llm to try to fix it. For example, if run program failed
@@ -33,11 +36,17 @@ Run DevIns command failed, will call llm to try to fix it. For example, if run p
3336
Process finished with exit code -1
3437
```
3538

39+
In this case, the AutoDev will handle rest in ChatPanel.
40+
3641
### Method: DevIns Comment Flag
3742

38-
Use DevIns comment to flag, will run next script, like:
43+
Experimental Feature
44+
{: .label .label-yellow }
45+
46+
Use DevIns comment to flag, will run the next script, like:
3947

4048
```devin
4149
[flow]:script/flow.devin
4250
```
43-
51+
52+
still in experimental, and may change in the future.

0 commit comments

Comments
 (0)