memo_chat_ask
Answer conversational questions using prior chat history and context to shape retrieval and synthesis.
Instructions
Answer a conversational question with optional history and context.
Read-only. 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.
With client sampling enabled, synthesis runs on the calling model (see
synthesizer field).
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 | |||