msc-ai-assistant
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "msc-ai-assistant", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "<msc-ai-assistant /> is a web component based on Chrome Built-in AI Prompt API. Web developers could use <msc-ai-assistant /> to help user consult anything they like to know.", | ||
@@ -5,0 +5,0 @@ "main": "index.html", |
@@ -176,5 +176,5 @@ # msc-ai-assistant | ||
| config | Object | Getter / Setter Prompt API create config. Developers could set `systemPrompt`、`temperature` and `topK` here. | | ||
| pip | Boolean | Getter / Setter pip. Turn <msc-ai-assistant /> into picture-in-picture mode or not. It is `false` by default. | | ||
| pip | Boolean | Getter / Setter pip. Turn <msc-ai-assistant /> into picture-in-picture mode or not. It is `false` by default. | | ||
| l10n | Object | Getter / Setter localization for title or or form information. Developers could set `subject`、`placeholder` and `error` here. | | ||
| open | Boolean | Getter <msc-ai-assistant /> open or not. | | ||
| open | Boolean | Getter <msc-ai-assistant /> open or not. | | ||
| available | String | Getter available. Web developers will get "`no`" if current browser doesn't support Build-in AI. | | ||
@@ -181,0 +181,0 @@ |
124283