-
Notifications
You must be signed in to change notification settings - Fork 144
Add Experimental Features section documenting maxTokenBudget and OpenAI-compatible endpoint #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…atible endpoint Co-authored-by: TianqiZhang <[email protected]>
Co-authored-by: TianqiZhang <[email protected]>
…ntation Co-authored-by: TianqiZhang <[email protected]>
Co-authored-by: TianqiZhang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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
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.