AssistantsApiToolChoiceOption
Controls which (if any) tool is called by the model.
none means the model will not call any tools and instead generates a message.
auto is the default value and means the model can pick between generating a message or calling one or more tools.
required means the model must call one or more tools before responding to the user.
Specifying a particular tool like {"type": "file_search"} or {"type": "function", "function": {"name": "my_function"}} forces the model to call that tool.
One OfAssistantsNamedToolChoice
objectSpecifies a tool the model should use. Use to force the model to call a specific tool.
The type of the tool. If type is function, the function name must be set
Allowed values:functioncode_interpreterfile_search
Show Child Parameters
AudioResponseFormat
stringThe format of the output, in one of these options: json, text, srt, verbose_json, or vtt.
Allowed values:jsontextsrtverbose_jsonvtt
Default:json
AuditLog
objectA log of a user action or configuration change within this organization.
The ID of this log.
The event type.
Allowed values:api_key.createdapi_key.updatedapi_key.deletedinvite.sentinvite.acceptedinvite.deletedlogin.succeededlogin.failedlogout.succeededlogout.failedorganization.updatedproject.createdproject.updatedproject.archivedservice_account.createdservice_account.updatedservice_account.deletedrate_limit.updatedrate_limit.deleteduser.addeduser.updateduser.deleted
The Unix timestamp (in seconds) of the event.
The project that the action was scoped to. Absent for actions not scoped to projects.
Show Child Parameters
The actor who performed the audit logged action.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
The details for events with this type.
Show Child Parameters
AuditLogActor
objectThe actor who performed the audit logged action.
The type of actor. Is either session or api_key.
Allowed values:sessionapi_key
The session in which the audit logged action was performed.
Show Child Parameters
The API Key used to perform the audit logged action.