global
Documentation / global
AgentPrompt​
Defined in: web-app/src/global.d.ts:83
Extends​
Partial
<{context
:string
;error
:string
;prompt
:string
;tools
:string
[];variablesNotProvided
:any
[]; }>
Properties​
Property | Type | Inherited from | Defined in |
---|---|---|---|
|
| web-app/src/global.d.ts:86 | |
|
| web-app/src/global.d.ts:89 | |
|
| web-app/src/global.d.ts:85 | |
|
| web-app/src/global.d.ts:87 | |
|
| web-app/src/global.d.ts:88 |
Article​
Defined in: web-app/src/global.d.ts:68
Extends​
Partial
<{author
:string
;author_cite
:string
;author_type
:string
;cite
:string
;date
:string
;error
:string
;html
:string
;source
:string
;title
:string
;url
:string
;word_count
:number
; }>
Properties​
Property | Type | Inherited from | Defined in |
---|---|---|---|
|
| web-app/src/global.d.ts:74 | |
|
| web-app/src/global.d.ts:75 | |
|
| web-app/src/global.d.ts:76 | |
|
| web-app/src/global.d.ts:73 | |
|
| web-app/src/global.d.ts:77 | |
|
| web-app/src/global.d.ts:80 | |
|
| web-app/src/global.d.ts:72 | |
|
| web-app/src/global.d.ts:78 | |
|
| web-app/src/global.d.ts:71 | |
|
| web-app/src/global.d.ts:70 | |
|
| web-app/src/global.d.ts:79 |
OAuthUserInfo​
Defined in: web-app/src/global.d.ts:98
Extends​
Partial
<{email
:string
;email_verified
:boolean
;name
:string
;picture
:string
;providerUserId
:string
;sub
:string
; }>
Properties​
Property | Type | Inherited from | Defined in |
---|---|---|---|
|
| web-app/src/global.d.ts:100 | |
|
| web-app/src/global.d.ts:105 | |
|
| web-app/src/global.d.ts:101 | |
|
| web-app/src/global.d.ts:102 | |
|
| web-app/src/global.d.ts:103 | |
|
| web-app/src/global.d.ts:104 |
SearchResult​
Defined in: web-app/src/global.d.ts:58
Extends​
Partial
<{domain
:string
;favicon
:string
;score
:string
;snippet
:string
;title
:string
;url
:string
; }>
Properties​
Property | Type | Inherited from | Defined in |
---|---|---|---|
|
| web-app/src/global.d.ts:64 | |
|
| web-app/src/global.d.ts:65 | |
|
| web-app/src/global.d.ts:63 | |
|
| web-app/src/global.d.ts:62 | |
|
| web-app/src/global.d.ts:61 | |
|
| web-app/src/global.d.ts:60 |