create_workspace
Create a new workspace in AnythingLLM by specifying its name and optionally adjusting AI parameters like temperature, conversation history, similarity threshold, and top N retrieval results.
Instructions
Create a new workspace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| slug | No | ||
| openAiTemp | No | ||
| openAiHistory | No | ||
| similarityThreshold | No | ||
| topN | No |