testing thinking
This commit is contained in:
		@@ -198,5 +198,5 @@ class Pipeline:
 | 
				
			|||||||
                reasoning = block["reasoningContent"]["reasoningText"]["text"]
 | 
					                reasoning = block["reasoningContent"]["reasoningText"]["text"]
 | 
				
			||||||
            if "text" in block:
 | 
					            if "text" in block:
 | 
				
			||||||
                text = block["text"]
 | 
					                text = block["text"]
 | 
				
			||||||
        combined_text = f"<thinking> \n {reasoning} \n </<thinking></details> \n\n <details>{text}"
 | 
					        combined_text = f'<details type="reasoning" done="false">\n<summary>Thinking…</summary>\n{reasoning}\n</details>\n\n {text}'
 | 
				
			||||||
        return combined_text
 | 
					        return combined_text
 | 
				
			||||||
		Reference in New Issue
	
	Block a user