agentOS API Reference - v0.2.0-rc.3
Docs
Preparing search index...
SerializableCronAction
Type Alias SerializableCronAction
SerializableCronAction
:
|
{
agentType
:
string
;
options
?:
CreateSessionOptions
;
prompt
:
string
;
type
:
"session"
;
}
|
{
args
?:
string
[]
;
command
:
string
;
type
:
"exec"
}
Type Declaration
{
agentType
:
string
;
options
?:
CreateSessionOptions
;
prompt
:
string
;
type
:
"session"
;
}
agentType
:
string
Optional
options
?:
CreateSessionOptions
Session options applied when the cron fires (cwd, env, etc.).
prompt
:
string
type
:
"session"
{
args
?:
string
[]
;
command
:
string
;
type
:
"exec"
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Docs
agentOS API Reference - v0.2.0-rc.3
Loading...
Session options applied when the cron fires (cwd, env, etc.).