Mock Data
The Mock Data component simplifies testing and development by generating realistic sample data without relying on external sources or live systems. It enables developers to validate workflows, debug logic, and simulate real-world scenarios efficiently.
Operating Modes
Mode | Description |
Tool Mode | Intended for use when interacting with an agent. Allows dynamic generation of test cases based on context and inputs. |
Non-Tool Mode | Supported for standard flow execution. Generated test cases are random and not input-driven. |
Output Types
1. Result_Message –A Message (text) output containing Lorem Ipsum sample text.
2. Data_output – A Data (JSON) object containing a JSON structure with one sample record under records and a summary section.
3. Dataframe_output – A DataFrame (tabular) with 50 mock records, including columns such as customer_id, first_name, and last_name.