Current section
Files
Jump to
Current section
Files
include/glopenai@fine_tuning_ListFineTuningCheckpointPermissionResponse.hrl
-record(list_fine_tuning_checkpoint_permission_response, {
data :: list(glopenai@fine_tuning:fine_tuning_checkpoint_permission()),
object :: binary(),
first_id :: gleam@option:option(binary()),
last_id :: gleam@option:option(binary()),
has_more :: boolean()
}).