load_spec
Load a .qa.xml spec file at runtime to replace the active specification, so subsequent spec tools use the new file when its path is known only at conversation time.
Instructions
Load a .qa.xml spec file at runtime.
Replaces any previously loaded spec, and takes precedence over PROSUITE_SPEC_PATH, so every subsequent spec tool (search_spec, describe_spec, add_condition_to_spec, run_xml_verification) uses the new file. Use this when the spec path is only known at conversation time (e.g. a file on OneDrive or a network share) instead of pre-configuring PROSUITE_SPEC_PATH.
Args: path: Absolute path to the .qa.xml spec file on the local machine.
Returns 'status': 'ok' with 'conditions_loaded', or 'status': 'error'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |