functions_complete_success
Signal successful completion of a function by providing the execution ID and output values.
Instructions
Signal the successful completion of a function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputs | Yes | Mapping of output names to values, matching the output parameters declared in the function definition. | |
| function_execution_id | Yes | ID of the function execution to complete, from the ``function_executed`` event. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||