Skip to content

Commit 8078843

Browse files
bloveclaude
andcommitted
docs(website): regenerate chat api-docs.json for new modelOptions/selectedModel inputs
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
1 parent 8d26493 commit 8078843

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

apps/website/content/docs/chat/api/api-docs.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3073,6 +3073,12 @@
30733073
"description": "",
30743074
"optional": false
30753075
},
3076+
{
3077+
"name": "modelOptions",
3078+
"type": "InputSignal<readonly ChatSelectOption[]>",
3079+
"description": "Forwarded to the inner <chat>. When non-empty, a model picker pill\nrenders in the chat-input chrome.",
3080+
"optional": false
3081+
},
30763082
{
30773083
"name": "open",
30783084
"type": "ModelSignal<boolean>",
@@ -3085,6 +3091,12 @@
30853091
"description": "",
30863092
"optional": false
30873093
},
3094+
{
3095+
"name": "selectedModel",
3096+
"type": "ModelSignal<string>",
3097+
"description": "Two-way bound current model value.",
3098+
"optional": false
3099+
},
30883100
{
30893101
"name": "shortcut",
30903102
"type": "InputSignal<string | null>",
@@ -3556,6 +3568,12 @@
35563568
"description": "",
35573569
"optional": false
35583570
},
3571+
{
3572+
"name": "modelOptions",
3573+
"type": "InputSignal<readonly ChatSelectOption[]>",
3574+
"description": "Forwarded to the inner <chat>. When non-empty, a model picker pill\nrenders in the chat-input chrome.",
3575+
"optional": false
3576+
},
35593577
{
35603578
"name": "open",
35613579
"type": "ModelSignal<boolean>",
@@ -3574,6 +3592,12 @@
35743592
"description": "",
35753593
"optional": false
35763594
},
3595+
{
3596+
"name": "selectedModel",
3597+
"type": "ModelSignal<string>",
3598+
"description": "Two-way bound current model value.",
3599+
"optional": false
3600+
},
35773601
{
35783602
"name": "views",
35793603
"type": "InputSignal<Readonly<Record<string, Type<unknown> | RenderViewEntry>> | undefined>",

0 commit comments

Comments
 (0)