| 25 | ); |
| 26 | |
| 27 | interface MyState { |
| 28 | primaryObjective?: string; |
| 29 | milestones?: string[]; |
| 30 | currentMilestone?: string; |
| 31 | } |
| 32 | |
| 33 | const DescriptionOutput = z.object({ |
| 34 | storyPremise: z.string(), |
nothing calls this directly
no outgoing calls
no test coverage detected