anythingllm_update_workspace
Update workspace settings such as name, temperature, prompt, and similarity threshold to customize behavior.
Instructions
Update workspace settings (name, temperature, prompt, similarity threshold, etc.).
Args: slug: Workspace slug to update name: New workspace name openAiTemp: LLM temperature (0.0-1.0) openAiHistory: Chat history length (0-100) openAiPrompt: System prompt override similarityThreshold: Similarity threshold (0.0-1.0) topN: Top N results for context (1-20) chatMode: Chat mode: 'chat' or 'query'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| slug | Yes | ||
| topN | No | ||
| chatMode | No | ||
| openAiTemp | No | ||
| openAiPrompt | No | ||
| openAiHistory | No | ||
| similarityThreshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |