Add Experimental Features section documenting maxTokenBudget and OpenAI-compatible endpoint#99
Conversation
…atible endpoint Co-authored-by: TianqiZhang <5326582+TianqiZhang@users.noreply.github.com>
Co-authored-by: TianqiZhang <5326582+TianqiZhang@users.noreply.github.com>
…ntation Co-authored-by: TianqiZhang <5326582+TianqiZhang@users.noreply.github.com>
Co-authored-by: TianqiZhang <5326582+TianqiZhang@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR adds a dedicated Experimental Features section to the README to document experimental functionality that was previously scattered or not well-documented. The section consolidates information about the OpenAI-compatible endpoint and introduces documentation for the new maxTokenBudget parameter for token usage control.
- Restructures experimental feature documentation into a dedicated, prominent section
- Documents the
maxTokenBudgetquery parameter with usage example - Moves and expands OpenAI-compatible endpoint documentation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
@TianqiZhang Should we expand a bit more on the description to install via OpenAI? See my proposal below (but will need verification):
Connect in ChatGPT
- You can enable Learn MCP server in ChatGPT settings: under under Settings → Connectors → Advanced Settings
- Enable "Developer mode"
- Go back to Connectors tab, and click "Create"
- Enter the details for your connector, for MCP server URL, use the following: https://learn.microsoft.com/api/mcp/openai-compatible
- For Authentication, select "No Authentication"
- Click "Create"
- Now you can use the OpenAI-compatible Learn MCP server endpoint with ChatGPT
|
@Eimasogi good question, I assume pointing to OpenAI's official document could make this README more maintainable than listing the steps. How about this page? https://platform.openai.com/docs/guides/developer-mode |
Plan: Add Experimental Features Section to README
maxTokenBudgetparameter with usage exampleOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.