Package-level declarations
Types
Link copied to clipboard
@Serializable
Link copied to clipboard
ID of an assistant.
Link copied to clipboard
@Serializable
Link copied to clipboard
class AssistantRequestBuilder
Link copied to clipboard
data class AssistantResponseFormat(val type: String, val jsonSchema: AssistantResponseFormat.JsonSchema? = null)
Represents the format of the response from the assistant.
Link copied to clipboard
A list of tool enabled on the assistant. There can be a maximum of 128 tools per assistant. Tools can be of types code_interpreter, file_search, or function.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
class FunctionBuilder
Builder of Function instances.
Link copied to clipboard
@Serializable