types
Documentation / types
SearchResultType​
Defined in: packages/ai-research-agent/src/types.d.ts:1
Extends​
Partial
<{url
:string
;title
:string
;snippet
:string
;score
:string
;domain
:string
;favicon
:string
;source
:string
; }>
Properties​
Property | Type | Inherited from | Defined in |
---|---|---|---|
|
| ||
|
| ||
|
| ||
|
| ||
|
| ||
|
| ||
|
|
ArticleType​
Defined in: packages/ai-research-agent/src/types.d.ts:12
Extends​
Partial
<{url
:string
;title
:string
;html
:string
;cite
:string
;author
:string
;author_cite
:string
;author_type
:string
;date
:string
;source
:string
;word_count
:number
;error
:string
; }>
Properties​
Property | Type | Inherited from | Defined in |
---|---|---|---|
|
| ||
|
| ||
|
| ||
|
| ||
|
| ||
|
| ||
|
| ||
|
| ||
|
| ||
|
| ||
|
|
AgentPromptType​
Defined in: packages/ai-research-agent/src/types.d.ts:27
Extends​
Partial
<{prompt
:string
;context
:string
;tools
:string
[];variablesNotProvided
:any
[];error
:string
; }>
Properties​
Property | Type | Inherited from | Defined in |
---|---|---|---|
|
| ||
|
| ||
|
| ||
|
| ||
|
|