src_output_set_table
Define a table output for the Results tab, setting columns, name, and description for a selected agent.
Instructions
Module: set table output
Define a table output that users see in the Results tab. You can use a maximum of 6 output tables.
Use the agents_list tool to fetch all available agents and their indexes.
Use the src_keys_list tool with section srcOutputs to get all output keys.
Use the src_sample tool to better understand how the FSM, states and IO interact.
A maximum of 128 outputs can be defined.
Returns: Output definition
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Table output key, 1 to 32 alphanumeric characters or dashes | |
| desc | No | (optional) Table output description, up to 512 characters long | |
| name | Yes | Table output name, 1 to 32 characters | |
| index | Yes | One-based agent index | |
| columns | Yes | List of table columns; max. 6 columns of max. 32 characters each |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Output key | |
| desc | Yes | Output description | |
| name | Yes | Output name | |
| type | Yes | Output type | |
| columns | Yes | Table columns |