Documentation ¶ Index ¶ func SplitThink(content string) (think, response string, found bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SplitThink ¶ func SplitThink(content string) (think, response string, found bool) SplitThink separates think block content from the main response. Returns (think, response, found) - if no think block found, think is empty and found is false. Types ¶ This section is empty. Source Files ¶ View all Source files think.go Click to show internal directories. Click to hide internal directories.