You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(chat): add reasoning field fallback to reasoning_content
Add support for falling back to the reasoning field when reasoning_content is empty in chat completion messages and stream deltas. This provides backward compatibility for older API versions that use the reasoning field.
feat(chat): add thinking mode support for tencent tokenhub
Add Thinking struct and constants to support tencent tokenhub deepseek model's thinking mode feature as documented in their API.