Skip to content
Snippets Groups Projects
Commit df29726e authored by Marcus Johansson's avatar Marcus Johansson
Browse files

Issue #3489690: Add an event that triggers on chat iterator consumption

parent 45cb1967
No related branches found
No related tags found
1 merge request!295Resolve #3489690 "Add an event"
......@@ -102,7 +102,7 @@ class PreGenerateResponseEventTest extends TestCase {
*/
public function testEventId(): void {
$event = $this->getEvent();
$this->assertEquals('unique_id', $event->getEventId());
$this->assertEquals('unique_id', $event->getRequestThreadId());
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment