fix(service): enhance message filtering to drop empty chat messages while retaining tool requests
Some checks failed
CI / lint (push) Has been cancelled
CI / unit tests (push) Has been cancelled
CI / integration tests (push) Has been cancelled
CI / package build (push) Has been cancelled
Commit lint / pull request title (push) Has been cancelled
Commit lint / commit messages (push) Has been cancelled
Docs / links (push) Has been cancelled
Some checks failed
CI / lint (push) Has been cancelled
CI / unit tests (push) Has been cancelled
CI / integration tests (push) Has been cancelled
CI / package build (push) Has been cancelled
Commit lint / pull request title (push) Has been cancelled
Commit lint / commit messages (push) Has been cancelled
Docs / links (push) Has been cancelled
This commit is contained in:
@ -159,8 +159,9 @@ vLLM / Ollama / DeepInfra)。你可以覆盖生成的 `.env` 中的 `*__BASE_U
|
||||
|
||||
### 可选:摄取多模态文件
|
||||
|
||||
如果要通过 `/api/v1/memory/add` 的 `content` items 摄取非文本内容
|
||||
(image / pdf / audio / office documents),安装可选 extra:
|
||||
Markdown 文件可以用 `type: "md"` 发送,并会按 UTF-8 文本读取,不经过
|
||||
multimodal parser。如果要通过 `/api/v1/memory/add` 的 `content` items
|
||||
摄取非文本内容(image / pdf / audio / office documents),安装可选 extra:
|
||||
|
||||
```bash
|
||||
uv pip install 'everos[multimodal]' # or: pip install 'everos[multimodal]'
|
||||
|
||||
Reference in New Issue
Block a user