File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 13
13
use OpenAI \Testing \Resources \BatchesTestResource ;
14
14
use OpenAI \Testing \Resources \ChatTestResource ;
15
15
use OpenAI \Testing \Resources \CompletionsTestResource ;
16
+ use OpenAI \Testing \Resources \ContainersTestResource ;
16
17
use OpenAI \Testing \Resources \EditsTestResource ;
17
18
use OpenAI \Testing \Resources \EmbeddingsTestResource ;
18
19
use OpenAI \Testing \Resources \FilesTestResource ;
@@ -154,6 +155,11 @@ public function chat(): ChatTestResource
154
155
return new ChatTestResource ($ this );
155
156
}
156
157
158
+ public function containers (): ContainersTestResource
159
+ {
160
+ return new ContainersTestResource ($ this );
161
+ }
162
+
157
163
public function embeddings (): EmbeddingsTestResource
158
164
{
159
165
return new EmbeddingsTestResource ($ this );
You can’t perform that action at this time.
0 commit comments