File tree Expand file tree Collapse file tree
apps/website/content/docs/chat/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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\n renders in the chat-input chrome." ,
3080+ "optional" : false
3081+ },
30763082 {
30773083 "name" : " open" ,
30783084 "type" : " ModelSignal<boolean>" ,
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>" ,
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\n renders in the chat-input chrome." ,
3575+ "optional" : false
3576+ },
35593577 {
35603578 "name" : " open" ,
35613579 "type" : " ModelSignal<boolean>" ,
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>" ,
You can’t perform that action at this time.
0 commit comments