Member Junction
Preparing search index...
@memberjunction/testing-engine
PromptEvalOracleConfig
Interface PromptEvalOracleConfig
One oracle to run, as it appears in the test's
Configuration
.
interface
PromptEvalOracleConfig
{
config
?:
Record
<
string
,
unknown
>
;
type
:
string
;
weight
?:
number
;
}
Index
Properties
config?
type
weight?
Properties
Optional
config
config
?:
Record
<
string
,
unknown
>
type
type
:
string
Optional
weight
weight
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
type
weight
Member Junction
Loading...
One oracle to run, as it appears in the test's
Configuration.