langgraph-vue3-chatbot 0.1.24 → 0.1.26
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/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -186,6 +186,7 @@ const suggestions = [
|
|
|
186
186
|
| `apiUrl` | 指定 LangGraph 服务地址 | `'http://localhost:2024'` |
|
|
187
187
|
| `apiKey` | 指定 LangGraph 服务访问凭证 | `undefined` |
|
|
188
188
|
| `theme` | 设置组件主题,可选 `light` / `dark` | `'light'` |
|
|
189
|
+
| `allowModelSwitch` | 控制是否显示输入区右下角的模型选择器 | `true` |
|
|
189
190
|
|
|
190
191
|
## 组件实例 API
|
|
191
192
|
|