Question
Pydantic AI sends back thinking parts inside model response content wrapped in <think> tags. Interestingly, there are some providers like Moonshot and MiniMax recommending to send back thinking parts directly in a field of request message (like messages[0].reasoning_content or messages[0].reasoning_details. Moonshot specially mentioned that "The model will decide which parts are necessary and forward them for further reasoning", which leaves space for discussion.
Additional Context
N/A