output
Preparing search index...
llm/src
ExtractedSource
Type Alias ExtractedSource
A source extracted from search tool results during multi-step LLM execution.
type
ExtractedSource
=
{
id
:
string
;
sourceType
:
"url"
;
title
:
string
;
type
:
"source"
;
url
:
string
;
}
Index
Properties
id
source
Type
title
type
url
Properties
id
id
:
string
source
Type
sourceType
:
"url"
title
title
:
string
type
type
:
"source"
url
url
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
source
Type
title
type
url
output
Loading...
A source extracted from search tool results during multi-step LLM execution.