biodsbench-adapter / src /constants /turnCompletionVerbs.ts
starpacker52's picture
Add files using upload-large-folder tool
372d4f6 verified
Raw
History Blame Contribute Delete
269 Bytes
// Past tense verbs for turn completion messages
// These verbs work naturally with "for [duration]" (e.g., "Worked for 5s")
export const TURN_COMPLETION_VERBS = [
'Baked',
'Brewed',
'Churned',
'Cogitated',
'Cooked',
'Crunched',
'Sautéed',
'Worked',
]