microsoft / microsoft/ai-chat-protocol

Support for reasoning_content

Open
#88 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.