File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 77use OpenAI \Contracts \Resources \BatchesContract ;
88use OpenAI \Contracts \Resources \ChatContract ;
99use OpenAI \Contracts \Resources \CompletionsContract ;
10+ use OpenAI \Contracts \Resources \ContainersContract ;
1011use OpenAI \Contracts \Resources \ConversationsContract ;
1112use OpenAI \Contracts \Resources \EditsContract ;
1213use OpenAI \Contracts \Resources \EmbeddingsContract ;
@@ -59,6 +60,13 @@ public function realtime(): RealtimeContract;
5960 */
6061 public function chat (): ChatContract ;
6162
63+ /**
64+ * Create and manage containers for use with the Code Interpreter tool.
65+ *
66+ * @see https://platform.openai.com/docs/api-reference/containers
67+ */
68+ public function containers (): ContainersContract ;
69+
6270 /**
6371 * Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms.
6472 *
You can’t perform that action at this time.
0 commit comments