get_answer
Retrieve a previously stored answer to an application form question, using the returned confidence status to decide whether to use it directly, confirm with the user, or ask and record a new answer.
Instructions
Look up a previously learned answer to an application question.
Call this for every question on a form before deciding to ask the user. When it answers, use the value as-is -- it is a stored fact, and paraphrasing it risks putting a wrong answer on a real application.
status meanings:
"answered" -- confident match; use
answerdirectly"suggestion" -- plausible but not yet proven; confirm with the user
"need_human" -- nothing usable stored; ask the user, then call
record_answerso the next run does not have to
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |