()
| 759 | ); |
| 760 | }; |
| 761 | const handleCreateModelId = async () => { |
| 762 | await setModelOne(true) |
| 763 | childRef.current?.fetchAiModelsList() |
| 764 | const params = { |
| 765 | limit: modelLimit || 20 |
| 766 | } |
| 767 | await fetchModelsList(params) |
| 768 | } |
| 769 | const handleSearchChatId = async () => { |
| 770 | let id; |
| 771 | if (assistantId[0].split('-')[1]) { |
nothing calls this directly
no test coverage detected