Skip to content

📝 better docs for model search - #440

Merged
ianardee merged 1 commit into
mainfrom
better-docs
Sep 7, 2026
Merged

ianardee merged 1 commit into
mainfrom
better-docs

Conversation

@ianardee

@ianardee ianardee commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

Description

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Requires a change to the official Guide documentation.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

There are user-facing documentation/help-text inconsistencies introduced in the modified strings/docs that should be corrected before merging.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR improves the developer-facing documentation around V2 model search by refining XML docstrings and CLI help text, and by strengthening the integration test assertions to validate the shape of returned model data.

Changes:

  • Expanded ModelSearchParameters XML docs to better explain behavior and pagination.
  • Refined CLI option descriptions for search-models to match the updated wording.
  • Enhanced the V2 model search integration test to assert key fields are populated for each returned model.
File summaries
File Description
tests/Mindee.IntegrationTests/V2/Search/ModelSearchTest.cs Adds per-model field assertions and removes an unused using.
src/Mindee/V2/Search/Models/ModelSearchParameters.cs Updates XML summary/docs for model search parameters.
src/Mindee.Cli/Commands/V2/SearchModelsCommand.cs Updates CLI help text wording for model search filters.
Review details
  • Files reviewed: 3/3 changed files
  • Comments generated: 2
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Filter by an exact model type.
Available options:
""";
modelTypeDescription += string.Join("\n - ", availableModels);
Comment on lines +8 to +11
/// Search for models within the organization linked to the API key.
/// All search filters are optional.
/// If no search filters are given, all models belonging to the organization are returned.
/// Results are paginated.
@ianardee
ianardee merged commit 75fe400 into main Sep 7, 2026
29 checks passed
@ianardee
ianardee deleted the better-docs branch September 7, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants