Clears the cache for assistants api requests.
Creates a new assistant.
Creates a new assistant.
an object with the body content
Optional
options: ApiCallOptionsCreates a new starter for the assistant.
Creates a new starter for the assistant.
The ID of the assistant in which to create the starter.
an object with the body content
Optional
options: ApiCallOptionsCreates a new thread for the assistant.
Creates a new thread for the assistant.
The ID of the assistant in which to create the thread.
an object with the body content
Optional
options: ApiCallOptionsCreates a new interaction for the thread.
Creates a new interaction for the thread.
The ID of the assistant in which to create the interaction.
The ID of the thread in which to create the interaction.
an object with the body content
Optional
options: ApiCallOptionsCreates feedback for the thread.
Creates feedback for the thread.
The ID of the assistant in which to create the feedback.
The ID of the thread in which to create the feedback.
The ID of the interaction in which to create the feedback.
an object with the body content
Optional
options: ApiCallOptionsCreates feedback review for the thread.
Creates feedback review for the thread.
The ID of the assistant in which to create the feedback review.
The ID of the thread in which to create the feedback review.
The ID of the interaction in which to create the feedback review.
an object with the body content
Optional
options: ApiCallOptionsDeletes the assistant and all of its resources.
Deletes the assistant and all of its resources.
The ID of the assistant to delete.
Optional
options: ApiCallOptionsDeletes the starter and all of its resources.
Deletes the starter and all of its resources.
The ID of the assistant containing the requested starter.
The ID of the starter to delete.
Optional
options: ApiCallOptionsDeletes the specified Followup.
Deletes the specified Followup.
The ID of the assistant containing the requested Followup.
The ID of the starter containing the requested Followup.
The ID of the Followup to delete.
Optional
options: ApiCallOptionsDeletes the specified thread and all of its resources.
Deletes the specified thread and all of its resources.
The ID of the assistant containing the requested thread.
The ID of the thread to retrieve.
Optional
options: ApiCallOptionsDeletes the specified interaction and all of its resources.
Deletes the specified interaction and all of its resources.
The ID of the assistant in which to delete the interaction.
The ID of the thread in which to delete the interaction.
The ID of the interaction to delete.
Optional
options: ApiCallOptionsRetrieves the specified assistant.
Retrieves the specified assistant.
The ID of the assistant to retrieve.
Optional
options: ApiCallOptionsRetrieves feedback summary for the assistant.
Retrieves feedback summary for the assistant.
The ID of the assistant from which to retrieve feedback summary.
Optional
options: ApiCallOptionsRetrieves the list of assistants. The result can be filtered, sorted, and paginated.
Retrieves the list of assistants. The result can be filtered, sorted, and paginated.
an object with query parameters
Optional
countTotal?: booleanOptional
limit?: numberThe number of assistants to get.
Optional
next?: stringOptional parameter to request the next page.
Optional
prev?: stringOptional parameter to request the previous page.
Optional
sort?: Optional resource field name to sort on, case insensitive, e.g. name
. Can be prefixed with -
to set descending order; defaults to ascending.
Optional
options: ApiCallOptionsPerform a bulk search for the plaintext of source chunks for the assistant.
Perform a bulk search for the plaintext of source chunks for the assistant.
The ID of the assistant in which to search for source chunks.
an object with the body content
Optional
options: ApiCallOptionsRetrieves the specified starter.
Retrieves the specified starter.
The ID of the assistant containing the requested starter.
The ID of the starter to retrieve.
Optional
options: ApiCallOptionsRetrieves the list of starters for the assistant.
Retrieves the list of starters for the assistant.
The ID of the assistant from which to retrieve starters.
an object with query parameters
Optional
limit?: numberThe number of starters to get.
Optional
next?: stringOptional parameter to request the next page.
Optional
prev?: stringOptional parameter to request the previous page.
Optional
sort?: "CREATED" | "-CREATED" | "UPDATED" | "-UPDATED" | "QUESTION" | "-QUESTION"Optional resource field name to sort on, case insensitive, e.g. name
. Can be prefixed with -
to set descending order; defaults to ascending.
Optional
options: ApiCallOptionsRetrieves a thread for the assistant.
Retrieves a thread for the assistant.
The ID of the assistant containing the requested thread.
The ID of the thread to retrieve.
Optional
options: ApiCallOptionsRetrieves an interaction for the thread.
Retrieves an interaction for the thread.
The ID of the assistant in which to retrieve the interaction.
The ID of the thread in which to retrieve the interaction.
The ID of the interaction to retrieve.
Optional
options: ApiCallOptionsRetrieves the list of interactions for the thread.
Retrieves the list of interactions for the thread.
The ID of the assistant from which to retrieve the interactions.
The ID of the thread from which to retrieve the interactions.
an object with query parameters
Optional
limit?: numberThe number of feedback to get.
Optional
next?: stringOptional parameter to request the next page.
Optional
prev?: stringOptional parameter to request the previous page.
Optional
sort?: "CREATED" | "-CREATED" | "UPDATED" | "-UPDATED"Optional resource field name to sort on, case insensitive, e.g. created
. Can be prefixed with -
to set descending order; defaults to ascending.
Optional
options: ApiCallOptionsRetrieves the list of threads for the assistant.
Retrieves the list of threads for the assistant.
The ID of the assistant from which to retrieve threads.
an object with query parameters
Optional
filter?: stringOptional parameter to filter threads.
Optional
limit?: numberThe number of assistants to get.
Optional
next?: stringOptional parameter to request the next page.
Optional
prev?: stringOptional parameter to request the previous page.
Optional
sort?: "NAME" | "-NAME" | "CREATED" | "-CREATED" | "UPDATED" | "-UPDATED"Optional resource field name to sort on, case insensitive, e.g. name
. Can be prefixed with -
to set descending order; defaults to ascending.
Optional
options: ApiCallOptionsExecute prompt in synchronous non-streaming mode.
Execute prompt in synchronous non-streaming mode.
The id of the Assistant containing requested Thread
The id of the Thread to retrieve
an object with the body content
Optional
options: ApiCallOptionsUpdates the properties of an existing assistant with JSON Patch-formatted data.
Updates the properties of an existing assistant with JSON Patch-formatted data.
The assistant ID.
an object with the body content
Optional
options: ApiCallOptionsUpdates the properties of an existing thread with JSON Patch-formatted data.
Updates the properties of an existing thread with JSON Patch-formatted data.
The ID of the assistant containing the requested thread.
The ID of the thread to retrieve.
an object with the body content
Optional
options: ApiCallOptionsUpdates feedback for the thread.
Updates feedback for the thread.
The ID of the assistant containing the requested feedback.
The ID of the thread containing the requested feedback.
The ID of the interaction containing the requested Feedback.
The ID of the feedback to update.
an object with the body content
Optional
options: ApiCallOptionsExecute prompt in asynchronous streaming mode.
Execute prompt in asynchronous streaming mode.
The id of the Assistant containing requested Thread
The id of the Thread to retrieve
an object with the body content
Optional
options: ApiCallOptionsUpdates the specified starter.
Updates the specified starter.
The ID of the assistant containing the requested starter.
The ID of the starter to retrieve.
an object with the body content
Optional
options: ApiCallOptionsUpdates the specified Followup.
Updates the specified Followup.
The ID of the assistant containing the requested Followup.
The ID of the starter containing the requested Followup.
The ID of the Followup to update.
an object with the body content
Optional
options: ApiCallOptions
Clears the cache for assistants api requests.