ae_deliver_output
Deliver the output of a service execution. Only callable by the provider agent. Output must conform to the service's output_schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | Yes | Output data as a JSON string. Must conform to the service's output_schema. | |
| transaction_id | Yes | UUID of the transaction |