mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-23 15:48:11 +02:00
make tot follow format in 3.5-turbo
This commit is contained in:
parent
c07cf543bf
commit
99e10b235b
3 changed files with 5 additions and 5 deletions
|
|
@ -17,7 +17,7 @@ from metagpt.strategy.tot_schema import MethodSelect, Strategy, ThoughtSolverCon
|
|||
from metagpt.utils.common import CodeParser
|
||||
|
||||
OUTPUT_FORMAT = """
|
||||
Output a list of jsons following the format:
|
||||
Each output should be strictly a list of nodes, in json format, like this:
|
||||
```json
|
||||
[
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue