File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
story_outline_generator = Agent (
16
16
name = "story_outline_generator" ,
17
17
instructions = (
18
- "You generate a very short story outline based on the user's input."
18
+ "You generate a very short story outline based on the user's input. "
19
19
"If there is any feedback provided, use it to improve the outline."
20
20
),
21
21
)
@@ -30,9 +30,9 @@ class EvaluationFeedback:
30
30
evaluator = Agent [None ](
31
31
name = "evaluator" ,
32
32
instructions = (
33
- "You evaluate a story outline and decide if it's good enough."
34
- "If it's not good enough, you provide feedback on what needs to be improved."
35
- "Never give it a pass on the first try. After 5 attempts, you can give it a pass if story outline is good enough - do not go for perfection"
33
+ "You evaluate a story outline and decide if it's good enough. "
34
+ "If it's not good enough, you provide feedback on what needs to be improved. "
35
+ "Never give it a pass on the first try. After 5 attempts, you can give it a pass if the story outline is good enough - do not go for perfection"
36
36
),
37
37
output_type = EvaluationFeedback ,
38
38
)
You can’t perform that action at this time.
0 commit comments