@salesforce/agents
Preparing search index...
types
NgtTestSpec
Type Alias NgtTestSpec
NgtTestSpec
:
|
{
description
?:
string
;
name
:
string
;
subjectName
:
string
;
subjectType
:
"AGENT"
;
subjectVersion
?:
string
;
testCases
:
NgtTestCase
[]
;
}
|
{
description
?:
string
;
name
:
string
;
subjectName
:
string
;
subjectType
:
"PROMPT"
;
subjectVersion
?:
string
;
testCases
:
NgtPromptTestCase
[]
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@salesforce/agents
Loading...