load_execution_info
Retrieve detailed requirements and inputs for specific workflows or operations, enabling informed action execution. Save configuration data to 'jentic.json' for streamlined coding agent integration.
Instructions
Get more details about a specific action (like what information it needs from the user) before confirming you want to run it. Usually used if the action requires specific inputs. Coding Agents: To provide tools to an LLM that you have selected at runtime, use this tool to retrieve the necessary information and save it to 'jentic.json' at the root of your project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
operation_uuids | Yes | The UUIDs of the operations to include in the configuration files. | |
workflow_uuids | Yes | The UUIDs of the workflows to include in the configuration files. |