@opentiny/tiny-robot 0.5.2-alpha.14 → 0.5.2-alpha.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/dist/model-selector/index.js +503 -483
- package/dist/style.css +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -97,6 +97,7 @@ defaultValue: string | null;
|
|
|
97
97
|
reasoningEffort: string | null;
|
|
98
98
|
defaultReasoningEffort: string | null;
|
|
99
99
|
defaultOpen: boolean;
|
|
100
|
+
closeOnSelect: boolean;
|
|
100
101
|
reasoningEffortLabel: string;
|
|
101
102
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
102
103
|
referenceEl: HTMLSpanElement;
|
|
@@ -3871,6 +3872,7 @@ export declare interface ModelSelectorProps {
|
|
|
3871
3872
|
defaultReasoningEffort?: string | null;
|
|
3872
3873
|
open?: boolean;
|
|
3873
3874
|
defaultOpen?: boolean;
|
|
3875
|
+
closeOnSelect?: boolean;
|
|
3874
3876
|
disabled?: boolean;
|
|
3875
3877
|
searchable?: boolean;
|
|
3876
3878
|
placeholder?: string;
|