feat(NGUI-446): added list of all available fields for table and set-of-cards #232
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.
All fields from the array's object and all nested objects are taken into account.
Field name is generated from the current field by replacing
-or_by space and parsing camel cased name into individual words. Then converting all words to upper case first letter and lower case rest, while exact casing is used for words/abbreviations defined in the source file.Name duplicities from nested objects are avoided by prefixing field name with parent field name, but only if duplicity is really detected.
all_fieldsare generated only if enabled in agent's global configuration, or for configured data_type (which overrides global configuration)Agents output schema is now exported and has been added into
Referencedocumentation section together with example.All fields feature is mentioned in Architecture, UI rendering and Dynamic UI Data blocks configuration chapters.
MCP and Architecture doc paged has been patched and further improved.