microsoft / microsoft/ai-chat-protocol
Support for reasoning_content
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 177
- Forks
- 27
- Avg merge
- 21d 22h
- Merged PRs (30d)
- 1
Description
With new OSS models supporting reasoning with special fields such as DeepSeek-R1, Azure AI Services will introduce soon a new reasoning_content in messages to separate the "real" content from the reasoning part.
To support this in chat protocol, this optional property needs to be added to the message typings
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the TypeScript message typings used by the chat protocol and review how optional message properties are declared. Add the optional reasoning_content property with the type implied by the existing message model, then verify the project’s type checks or tests accept messages containing it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- ai, api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100