weaviate-agents
Preparing search index...
AskModeResponse
Type Alias AskModeResponse
type
AskModeResponse
=
{
aggregations
:
Aggregation
[]
;
finalAnswer
:
string
;
isPartialAnswer
?:
boolean
;
missingInformation
?:
string
[]
;
outputType
:
"finalState"
;
searches
:
Search
[]
;
sources
?:
Source
[]
;
totalTime
:
number
;
usage
:
ModelUnitUsage
;
display
()
:
void
;
}
Index
Properties
aggregations
final
Answer
is
Partial
Answer?
missing
Information?
output
Type
searches
sources?
total
Time
usage
Methods
display
Properties
aggregations
aggregations
:
Aggregation
[]
final
Answer
finalAnswer
:
string
Optional
is
Partial
Answer
isPartialAnswer
?:
boolean
Optional
missing
Information
missingInformation
?:
string
[]
output
Type
outputType
:
"finalState"
searches
searches
:
Search
[]
Optional
sources
sources
?:
Source
[]
total
Time
totalTime
:
number
usage
usage
:
ModelUnitUsage
Methods
display
display
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aggregations
final
Answer
is
Partial
Answer
missing
Information
output
Type
searches
sources
total
Time
usage
Methods
display
weaviate-agents
Loading...