Spaces:
Runtime error
Runtime error
| // Zero-config reasoning autodetection: detect <think> blocks in content | |
| export const THINK_BLOCK_REGEX = /(<think>[\s\S]*?(?:<\/think>|$))/g; | |