Convenience function to create a Trial record with auto-generated ID.
Usage
create_trial(optimizer_name, params = list(), trial_id = NULL, notes = "")Examples
trial <- create_trial(
optimizer_name = "BootstrapFewShot",
params = list(max_demos = 4, temperature = 0.7)
)
