Conversation
….md and update cross-references Co-authored-by: pardeike <853584+pardeike@users.noreply.github.com>
… variables Co-authored-by: pardeike <853584+pardeike@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] the option enableOpenAINormalization is only shown in some sub page but not in the main CONFIGURATION.md (not even as a link). Can you go over the documentation as a whole (all files, cross check everything so its consistent and makes sense to a user) ...
Fix documentation consistency: Add missing toolNormalization to CONFIGURATION.md and resolve cross-reference issues
Sep 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The
enableOpenAINormalizationconfiguration option was only documented inOPENAI_TOOL_NORMALIZATION.mdbut completely missing from the mainCONFIGURATION.mdguide. This created a poor user experience where users couldn't find this important OpenAI compatibility feature in the primary configuration documentation.Additionally, the documentation had several consistency issues:
gabpModeconfiguration fieldSolution
Added toolNormalization to Main Configuration Guide
The
CONFIGURATION.mdnow includes a completetoolNormalizationsection with all options:{ "version": "1.0", "toolNormalization": { "enableOpenAINormalization": false, "maxToolNameLength": 64, "preserveOriginalName": true }, "games": { // ... game configurations } }Fixed Code-Documentation Inconsistencies
gabpModereferences: This field doesn't exist in the actualGameConfigstruct but was shown in documentation examplesBridgeJSONstructureAdded Comprehensive Cross-Reference System
Every documentation file now includes clear cross-references:
README.mdprovides a complete navigation indexCompleted Command Line Documentation
Added missing CLI flags and corrected environment variables:
--log-level,--graceflags now documentedGABS_CONFIG_DIRvs outdatedGAB_CONFIG_DIR)GABP_SERVER_PORT,GABP_TOKEN, etc.)Impact
Users can now:
enableOpenAINormalizationeasily in the main configuration guideThe documentation is now fully consistent with the codebase and provides a cohesive user experience.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.