docs: make playground issue template model field a free-form input (#27827)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
zijiexia
2026-06-10 14:04:16 -07:00
committed by GitHub
co-authored by Claude Fable 5
parent 5fefe91289
commit 73d0989d9b
4 changed files with 11 additions and 8 deletions
@@ -21,13 +21,12 @@ body:
recipe, they'll convert this issue into a PR against the cookbook cell
catalog and close this issue.
- type: dropdown
- type: input
id: model
attributes:
label: Cookbook model
description: Which model's cookbook does this cell belong to?
options:
- deepseek-ai/deepseek-v4
description: Which model's cookbook does this cell belong to? Auto-filled by the playground — use the model id as it appears in the cookbook config.
placeholder: "deepseek-ai/deepseek-v4"
validations:
required: true