Skip to content

Conversation

@HavenDV
Copy link
Contributor

@HavenDV HavenDV commented Oct 3, 2025

Summary by CodeRabbit

  • Documentation

    • Added x-stainless-resource-name metadata to the Evaluation Create (/evaluation) and Evaluations List (/evaluations) endpoints in the public API specification.
    • No changes to request/response schemas or API behavior; existing clients remain compatible.
  • Chores

    • Introduced new top-level extension fields in the OpenAPI spec for evaluation-related endpoints.
    • Updated public API declarations to include these metadata fields without altering control flow or payload formats.

@github-actions github-actions bot enabled auto-merge October 3, 2025 15:19
@coderabbitai
Copy link

coderabbitai bot commented Oct 3, 2025

Walkthrough

Added x-stainless-resource-name extension fields to two paths in the Together OpenAPI spec: /evaluation (evaluationCreate) and /evaluations (evaluationList). No request/response schema or control-flow changes; only metadata updates within src/libs/Together/openapi.yaml.

Changes

Cohort / File(s) Summary
OpenAPI metadata updates
src/libs/Together/openapi.yaml
Added x-stainless-resource-name to /evaluation (evaluationCreate) and /evaluations (evaluationList); no schema or behavior changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

I nibble specs with careful cheer,
Two labels placed, now crystal-clear.
No schemas moved, no routes askew—
Just tidy tags to guide us through.
Thump-thump! The docs now neatly gleam,
A rabbit’s joy in metadata dream.

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Title Check ⚠️ Warning The title “feat:@coderabbitai” does not describe the actual change of adding x-stainless-resource-name metadata to the OpenAPI evaluation endpoints and is unrelated to the content of the changeset, making it unclear and not informative. Please update the title to clearly reflect the change, for example “Add x-stainless-resource-name metadata for evaluation create and list endpoints in OpenAPI.”
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bot/update-openapi_202510031519

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 776f5f0 and 38f1373.

📒 Files selected for processing (1)
  • src/libs/Together/openapi.yaml (2 hunks)
🔇 Additional comments (2)
src/libs/Together/openapi.yaml (2)

945-945: Resource tag matches operation ID

x-stainless-resource-name: evaluationCreate cleanly mirrors the evaluation-create operation, keeping SDK generation metadata consistent with other endpoints.


1147-1147: Consistent metadata for listing endpoint

evaluationList resource name aligns with the list operation and matches the naming convention used elsewhere.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot merged commit 45c8141 into main Oct 3, 2025
3 of 4 checks passed
@github-actions github-actions bot deleted the bot/update-openapi_202510031519 branch October 3, 2025 15:21
@coderabbitai coderabbitai bot changed the title feat:@coderabbitai feat:Add x-stainless-resource-name to /evaluation and /evaluations Oct 3, 2025
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