Circle V2 API Docs
Preparing search index...
@repo/legacy
chart-review
runAuditQuestionAgent
Function runAuditQuestionAgent
runAuditQuestionAgent
(
options
:
RunAuditQuestionAgentOptions
,
)
:
Promise
<
|
{
answer
:
string
;
citation
:
|
{
quote
:
string
;
source
:
{
name
:
string
;
page
:
unknown
}
}
[]
|
null
;
recommendation
:
null
;
status
:
null
;
}
|
{
answer
:
string
;
citation
:
|
{
quote
:
string
;
source
:
{
documentId
:
string
|
null
;
name
:
string
;
page
:
unknown
}
;
}
[]
|
null
;
recommendation
:
string
|
null
;
status
:
"pass"
|
"fail"
|
"not_applicable"
|
"warning"
;
}
,
>
Parameters
options
:
RunAuditQuestionAgentOptions
Returns
Promise
<
|
{
answer
:
string
;
citation
:
|
{
quote
:
string
;
source
:
{
name
:
string
;
page
:
unknown
}
}
[]
|
null
;
recommendation
:
null
;
status
:
null
;
}
|
{
answer
:
string
;
citation
:
|
{
quote
:
string
;
source
:
{
documentId
:
string
|
null
;
name
:
string
;
page
:
unknown
}
;
}
[]
|
null
;
recommendation
:
string
|
null
;
status
:
"pass"
|
"fail"
|
"not_applicable"
|
"warning"
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...