Modify Assistant Request
Represents the request body for modifying an assistant. Modifications work by overriding the previous value. If this request has a non-null value for a property, then the value currently stored in the assistant will be replaced.
If you want to add a tool, file, or metadata without overriding the previous value, then you must:
Get the current values of the assistant
Add the new tools/files/metadata
Send a ModifyAssistantRequest with the new values
Be careful when modifying the instance variables. Try to use the builder method instead, as it will detect common errors before sending your request.
Constructors
Properties
The new description of the assistant
The new files that can be used in tools
The new instructions for the assistant to follow
The new custom metadata map
The new tools available to the assistant