It's the tldraw llm sandbox!
222 |223 | Pick two models and tweak their system prompts to the right, then run them against our 224 | test scenarios & compare the results. 225 |
226 |
227 | To add new test scenarios, add .tldr files to src/scenarios
, then export
228 | them from src/scenarios/0_scenarios.tsx
.
229 |
231 | Make sure each file has a text shape starting with "prompt:" to define the prompt to 232 | send to the LLM. 233 |
234 |