MarketSquare / robotframework-ai

Apache License 2.0
10 stars 2 forks source link

Feature: argument `format` for the RealTestDataGenerator module should be used to format the Response object #17

Open StijnDeJong opened 1 month ago

StijnDeJong commented 1 month ago

As of now the format argument in the RealTestDataGenerator is used in the creation of the message for the Prompt object. This should instead be used when formatting the Response object. The user should have multiple options depending on the type of test data generated, such as a list or a dictionary.

StijnDeJong commented 1 month ago

This could potentially also be integrated into the abstract class TestDataGenerator to avoid code duplication, which would be preferred if possible