Toolkit for OpenAI APIs: manage Assistants, Threads/Messages; upload/list/delete Files; list/retrieve Models (including vision/multimodal); and view fine-tune listings and events.
Tool to create a new assistant with specified parameters. use after finalizing model, tools, and instructions.
Tool to create a new message in a specific thread. use when adding messages to an existing conversation after confirming the thread id.
Tool to create a new thread. use when initializing a conversation with optional starter messages.
Tool to delete a specific assistant by its id. use when you need to remove an assistant after confirming its id.
Tool to delete a file. use when you need to remove an uploaded file by its id after confirming the target.
Tool to retrieve a list of files. use when you need to view all files uploaded to your organization.