()
| 120 | return context.dir.path |
| 121 | } |
| 122 | const llm = () => { |
| 123 | if (!context.llm) throw new Error("scenario needs fake LLM") |
| 124 | return context.llm |
| 125 | } |
| 126 | const base: ScenarioContext = { |
| 127 | directory: context.dir?.path, |
| 128 | headers: (extra) => ({ |