pluralchat / src /lib /constants /thinkBlockRegex.ts
extonlawrence's picture
Initial commit
725337f
// Zero-config reasoning autodetection: detect <think> blocks in content
export const THINK_BLOCK_REGEX = /(<think>[\s\S]*?(?:<\/think>|$))/g;