Submit organisation profile
submit_ai_governance_profileSubmits the organisation profile and contact details for an Australian AI governance framework. The profile determines which legislation the framework identifies, so the answers should reflect the organisation's actual circumstances — turnover in particular, since the Privacy Act's small business threshold sits at $3 million and several categories are caught regardless of turnover. Takes the session ID from start_australian_ai_governance_framework together with the questionnaire answers. Writes the profile against the session and stores the supplied name, email and organisation as a contact record. contact.organisation is printed as the document's "Prepared for" heading, so it should be the organisation's name as it should appear on the document rather than a shorthand. Returns the session ID and a status of profile_saved — it does not return the framework, which is retrieved by get_ai_governance_framework. The profile can be re-submitted on the same session: it is overwritten rather than duplicated, the contact record is keyed on the email address, and any framework already generated for that session is discarded. No authentication, and no charge at this step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answers | Yes | Keys are question ids from start_australian_ai_governance_framework; values are the selected option (string) or options (array of strings) for multi_select questions. | |
| contact | Yes | ||
| session_id | Yes | From start_australian_ai_governance_framework |