Preparing search index...
The search index is not available
gpt-programmer
gpt-programmer
StandardActionData
Interface StandardActionData<K>
interface
StandardActionData
<
K
>
{
action
:
(
(
content
)
=>
Promise
<
{
data
?:
K
;
message
:
string
;
}
>
)
;
contextPath
:
string
;
examples
:
{
content
:
string
;
role
:
Role
;
}
[]
;
schema
:
ZodType
<
any
,
ZodTypeDef
,
any
>
;
type
:
string
;
}
Type Parameters
K
Index
Properties
action
context
Path
examples
schema
type
Properties
action
action
:
(
(
content
)
=>
Promise
<
{
data
?:
K
;
message
:
string
;
}
>
)
Type declaration
(
content
)
:
Promise
<
{
data
?:
K
;
message
:
string
;
}
>
Parameters
content
:
any
Returns
Promise
<
{
data
?:
K
;
message
:
string
;
}
>
context
Path
context
Path
:
string
examples
examples
:
{
content
:
string
;
role
:
Role
;
}
[]
Type declaration
content
:
string
role
:
Role
schema
schema
:
ZodType
<
any
,
ZodTypeDef
,
any
>
type
type
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
action
context
Path
examples
schema
type
gpt-programmer
Loading...
Generated using
TypeDoc