Packages

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

Current section

Files

Jump to
glopenai include glopenai@file_DeleteFileResponse.hrl
Raw

include/glopenai@file_DeleteFileResponse.hrl

-record(delete_file_response, {
id :: binary(),
object :: binary(),
deleted :: boolean()
}).