mimiq
Preparing search index...
index
AgentScene
Interface AgentScene
interface
AgentScene
{
agent
:
AgentConfig
;
context
?:
Record
<
string
,
unknown
>
;
description
?:
string
;
expectations
?:
Expectations
;
goal
:
string
;
id
:
string
;
max_turns
?:
number
;
persona
?:
PersonaPreset
|
Persona
;
target
:
TargetConfig
;
}
Index
Properties
agent
context?
description?
expectations?
goal
id
max_
turns?
persona?
target
Properties
agent
agent
:
AgentConfig
Optional
context
context
?:
Record
<
string
,
unknown
>
Optional
description
description
?:
string
Optional
expectations
expectations
?:
Expectations
goal
goal
:
string
id
id
:
string
Optional
max_
turns
max_turns
?:
number
Optional
persona
persona
?:
PersonaPreset
|
Persona
target
target
:
TargetConfig
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
context
description
expectations
goal
id
max_
turns
persona
target
mimiq
Loading...