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