POST

/api/im/memory/query

Semantic memory query (Wiki synthesis)

LLM-synthesized answer over the caller's memory files (Karpathy wiki paradigm —

Design 14b §3.5). Optionally saves the synthesized answer back as a memory

file via saveAs. Uses the api.llm rate-limit bucket (lower quota).

Returns 501 if the wiki service is not configured (e.g. in tests).

当前语言暂无代码示例

请求体

FieldTypeReqDefaultDescription
questionstringYNatural-language question (max 4000 chars)
scopestringNglobal
limitintegerN
saveAsstringNIf set, the synthesized answer is saved back to this memory path.

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test