Skip to content

Commit 931df1c

Browse files
authored
docs: rename plantype references to plan_type (#456)
Co-authored-by: Valeriy_Pavlovich <vp@strato.space>
1 parent 2e0d658 commit 931df1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Look at the `router.py` workflow for an example.
297297

298298
### Orchestrator
299299

300-
Given a complex task, the Orchestrator uses an LLM to generate a plan to divide the task amongst the available Agents. The planning and aggregation prompts are generated by the Orchestrator, which benefits from using more capable models. Plans can either be built once at the beginning (`plantype="full"`) or iteratively (`plantype="iterative"`).
300+
Given a complex task, the Orchestrator uses an LLM to generate a plan to divide the task amongst the available Agents. The planning and aggregation prompts are generated by the Orchestrator, which benefits from using more capable models. Plans can either be built once at the beginning (`plan_type="full"`) or iteratively (`plan_type="iterative"`).
301301

302302
```python
303303
@fast.orchestrator(

0 commit comments

Comments
 (0)