(input: InjectThreadsInput)
| 576 | * ``` |
| 577 | */ |
| 578 | export function injectThreads(input: InjectThreadsInput): InjectThreadsResult { |
| 579 | const factory = inject(CopilotkitThreadsFactory); |
| 580 | const destroyRef = inject(DestroyRef); |
| 581 | return factory.create(input, destroyRef); |
| 582 | } |
no test coverage detected
searching dependent graphs…