File size: 143 Bytes
725337f
 
1
2
3
// Zero-config reasoning autodetection: detect <think> blocks in content
export const THINK_BLOCK_REGEX = /(<think>[\s\S]*?(?:<\/think>|$))/g;