Skip to content

Draft improvements from assistant conversations: run moves and nested config#2830

Open
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/8476678c
Open

Draft improvements from assistant conversations: run moves and nested config#2830
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/8476678c

Conversation

@mintlify

@mintlify mintlify Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Summary

Closes two recurring documentation gaps surfaced by recent assistant conversation buckets: users repeatedly ask whether runs can be moved programmatically, and how to put a nested dictionary into wandb.config.

Changes

  • models/runs/manage-runs.mdx: state explicitly that moving runs is UI-only with no SDK or Public API equivalent, that copying runs is not supported, and point to Run.delete() as the one run-management call available from the Public API.
  • models/track/config.mdx: add a "Nested dictionaries in config" subsection explaining that config-defaults.yaml (desc/value) does not support nested dicts inline, showing the Python wandb.init(config=...) pattern, and noting that W&B flattens nested keys with dots in the UI and Public API filters.

Context

Recent assistant traffic shows repeated questions like "are there API endpoints to move runs", "are there programmatic ways to move runs", and YAML/config questions where users tried to encode nested dicts in config-defaults.yaml. The existing pages described the supported paths but did not call out the unsupported ones, so the assistant had to infer the negative answer each time.

@mintlify mintlify Bot requested a review from a team as a code owner June 29, 2026 13:10
@mintlify

mintlify Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
wandb 🟢 Ready View Preview Jun 29, 2026, 1:15 PM

@github-actions

Copy link
Copy Markdown
Contributor

📚 Mintlify Preview Links

🔗 View Full Preview

📝 Changed (2 total)

📄 Pages (2)

File Preview
models/runs/manage-runs.mdx Manage Runs
models/track/config.mdx Config

🤖 Generated automatically when Mintlify deployment succeeds
📍 Deployment: 00ee3a9 at 2026-06-29 13:16:15 UTC

@github-actions

Copy link
Copy Markdown
Contributor

🔗 Link Checker Results

All links are valid!

No broken links were detected.

Checked against: https://wb-21fd5541-mintlify-8476678c.mintlify.app

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.

0 participants