set_dataset_consent
Record a user's explicit consent decision for dataset contribution, storing their spoken answer verbatim to ensure consent is never inferred or assumed.
Instructions
Record the user's answer to the dataset consent question.
Call this ONLY after the user has answered in their own words. Never infer the answer, never call it on their behalf, and never call it because contributing seems helpful — consent the user did not give is not consent. If they have not been asked yet, ask first and wait for their reply.
Parameters:
consent: True if the user agreed to contribute, False if they declined
user_said: The user's reply, quoted as closely as possible
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| consent | Yes | ||
| user_said | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |