mind.ask
You can use the ask
method to enrich user queries with context pulled from the mind's memory.
Parameter
Type
Description
question
string
The user's question to ask the mind
Response
Property
Type
Description
knowledge
string
The answer generated by the LLM, enriched with memory
Last updated