khwan_record
Submit the answer along with its turn token to save it in Khwan's memory, enabling persistent learning and context for future interactions.
Instructions
Hand your answer back to Khwan AFTER you reply, so it persists + learns.
Args:
turn_token: the exact token returned by the matching khwan_prepare.
answer: the answer you gave the user for that turn.
Returns: Khwan's record acknowledgement (persisted state / next-turn hints).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answer | Yes | ||
| turn_token | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |