-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Change concurrency.md heading
#4875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| # `pydantic_ai` — Concurrency | ||
| # `pydantic_ai.models.concurrency` | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚩 File location inconsistency with new module-path title The file lives at Was this helpful? React with 👍 or 👎 to provide feedback. |
||
|
|
||
| ::: pydantic_ai.ConcurrencyLimitedModel | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡 Page title claims
pydantic_ai.models.concurrencymodule but:::directives referencepydantic_ainamespaceThe title was changed to
pydantic_ai.models.concurrency, implying this page documents that specific module (matching the pattern ofdocs/api/models/fallback.mdanddocs/api/models/instrumented.mdwhich use::: pydantic_ai.models.fallbacketc.). However, all:::directives on lines 3–15 still reference the top-levelpydantic_ainamespace (e.g.,::: pydantic_ai.ConcurrencyLimitedModel). Every other API doc indocs/api/has consistent title-to-directive paths (e.g.,docs/api/agent.mdhas titlepydantic_ai.agentand::: pydantic_ai.agent;docs/api/capabilities.mdhas titlepydantic_ai.capabilitiesand::: pydantic_ai.capabilities). This inconsistency could mislead users about the canonical import path for these symbols.Prompt for agents
Was this helpful? React with 👍 or 👎 to provide feedback.