functions_complete_error
Signal that a function execution failed. Provide an error message and the execution ID to report the failure.
Instructions
Signal that a function failed to complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | Yes | Human-readable error message describing why the function failed. | |
| function_execution_id | Yes | ID of the function execution to fail, from the ``function_executed`` event. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||