Packages

Sans-IO OpenAI API client for Gleam, ported from async-openai

Current section

Files

Jump to
glopenai include glopenai@fine_tuning_ListFineTuningJobCheckpointsResponse.hrl
Raw

include/glopenai@fine_tuning_ListFineTuningJobCheckpointsResponse.hrl

-record(list_fine_tuning_job_checkpoints_response, {
data :: list(glopenai@fine_tuning:fine_tuning_job_checkpoint()),
object :: binary(),
first_id :: gleam@option:option(binary()),
last_id :: gleam@option:option(binary()),
has_more :: boolean()
}).