We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810c46f commit fc95cd2Copy full SHA for fc95cd2
tests/Integration/AssistantResourceTest.php
@@ -20,5 +20,12 @@ public static function provideItemResponseData(): \Generator
20
'startSession',
21
['prompt']
22
];
23
+ yield 'resume session' => [
24
+ Answer::class,
25
+ MockResponse::ASSISTANT_RESUME_SESSION,
26
+ 'assistant',
27
+ 'resumeSession',
28
+ ['session-id', 'prompt']
29
+ ];
30
}
31
0 commit comments