chore: update dependencies#12979
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b2f753b99e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ] | ||
| } | ||
| }, | ||
| "/ai/agents/batch/install": { |
There was a problem hiding this comment.
Remove duplicate Swagger path entries
This generated spec now declares /ai/agents/batch/install a second time even though the same path is already present earlier in the paths object, and the same duplication also occurs for the other batch agent paths and dto.AgentAccountInfo. JSON/OpenAPI tooling that rejects duplicate object keys can fail to load the docs, while parsers that accept them may silently overwrite one definition, so regenerating the docs without duplicate keys is needed.
Useful? React with 👍 / 👎.
No description provided.