Skip to main content

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​

PropertyTypeInherited fromDefined in

context?

string

Partial.context

web-app/src/global.d.ts:86

error?

string

Partial.error

web-app/src/global.d.ts:89

prompt?

string

Partial.prompt

web-app/src/global.d.ts:85

tools?

string[]

Partial.tools

web-app/src/global.d.ts:87

variablesNotProvided?

any[]

Partial.variablesNotProvided

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​

PropertyTypeInherited fromDefined in

author?

string

Partial.author

web-app/src/global.d.ts:74

author_cite?

string

Partial.author_cite

web-app/src/global.d.ts:75

author_type?

string

Partial.author_type

web-app/src/global.d.ts:76

cite?

string

Partial.cite

web-app/src/global.d.ts:73

date?

string

Partial.date

web-app/src/global.d.ts:77

error?

string

Partial.error

web-app/src/global.d.ts:80

html?

string

Partial.html

web-app/src/global.d.ts:72

source?

string

Partial.source

web-app/src/global.d.ts:78

title?

string

Partial.title

web-app/src/global.d.ts:71

url?

string

Partial.url

web-app/src/global.d.ts:70

word_count?

number

Partial.word_count

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​

PropertyTypeInherited fromDefined in

email?

string

Partial.email

web-app/src/global.d.ts:100

email_verified?

boolean

Partial.email_verified

web-app/src/global.d.ts:105

name?

string

Partial.name

web-app/src/global.d.ts:101

picture?

string

Partial.picture

web-app/src/global.d.ts:102

providerUserId?

string

Partial.providerUserId

web-app/src/global.d.ts:103

sub?

string

Partial.sub

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​

PropertyTypeInherited fromDefined in

domain?

string

Partial.domain

web-app/src/global.d.ts:64

favicon?

string

Partial.favicon

web-app/src/global.d.ts:65

score?

string

Partial.score

web-app/src/global.d.ts:63

snippet?

string

Partial.snippet

web-app/src/global.d.ts:62

title?

string

Partial.title

web-app/src/global.d.ts:61

url?

string

Partial.url

web-app/src/global.d.ts:60