UNPKG
ai21
Version:
latest (1.3.0)
rc_file_support (1.1.0-rc.1)
rc_initial_version (1.0.0-rc.5)
1.3.0
1.2.0
1.1.1
1.1.0
1.1.0-rc.1
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
AI21 TypeScript SDK
ai21
/
dist
/
types
/
rag
/
ConversationalRagSource.d.ts
10 lines
(9 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
ConversationalRagSource
{
text
:
string
;
file_id
:
string
;
file_name
:
string
;
score
:
number
;
order
?:
number
|
null
;
public_url
?:
string
|
null
;
labels
?:
string
[] |
null
; }