memo_chat_ask
Answer conversational questions by leveraging chat history and optional context to shape retrieval and synthesis.
Instructions
Answer a conversational question with optional history and context.
Read-only with best-effort auto-capture side effects. Use instead of
memo_ask when prior turns or explicit context should shape retrieval
and synthesis. history is a list of chat messages; session_id
links the answer to a tracked memo session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | ||
| type | No | ||
| source | No | ||
| context | No | ||
| history | No | ||
| question | Yes | ||
| session_id | No | ||
| snippet_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||