For example, in the Ollama API, when sending a request through the API interface, adding the parameter "think": true in the POST data can activate the thinking mode, which facilitates program automation and result analysis.
Comment From: sunyuhan1998
This support is already being followed up by PR:https://github.com/spring-projects/spring-ai/pull/3386
Comment From: YunaiV
This support is already being followed up by PR:#3386PR 已经跟进了这种支持: #3386
会考虑类似 deepseek reasoning_content
么?
Would you consider something like deepseek reasoning_content
?
Comment From: sunyuhan1998
Would you consider something like deepseek
reasoning_content
?
If this PR can be merged, I think we could add a dedicated Message for Ollama, through which the reasoning content can be accessed, just as we did for DeepSeek.