(params:any)
| 276 | } |
| 277 | } |
| 278 | const fetchDataRetrievalData = async (params:any) => { |
| 279 | try { |
| 280 | dispatch(fetchRetrievalData(params) as any); |
| 281 | |
| 282 | } catch (e) { |
| 283 | console.log(e) |
| 284 | } |
| 285 | } |
| 286 | |
| 287 | const handleInputPromptChange = (index: number, newValue: any) => { |
| 288 | setSystemPromptTemplate((prevValues) => |
no test coverage detected