feat: add embedchain javascript package (#576)
This commit is contained in:
7
embedchain-js/embedchain/models/Input.ts
Normal file
7
embedchain-js/embedchain/models/Input.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { QnaPair } from './QnAPair';
|
||||
|
||||
export type RemoteInput = string;
|
||||
|
||||
export type LocalInput = QnaPair;
|
||||
|
||||
export type Input = RemoteInput | LocalInput;
|
||||
Reference in New Issue
Block a user