Documentation
Preparing search index...
@saltcorn/types
base_types
CopilotSkill
Type Alias CopilotSkill
type
CopilotSkill
=
{
description
:
string
;
execute
:
(
config
:
GenObj
)
=>
Promise
<
{
postExec
?:
string
}
|
void
>
;
function_name
:
string
;
json_schema
:
()
=>
Promise
<
GenObj
>
;
render_html
:
(
config
:
GenObj
)
=>
Promise
<
string
>
;
system_prompt
:
()
=>
Promise
<
string
>
;
title
:
string
;
}
Index
Properties
description
execute
function_
name
json_
schema
render_
html
system_
prompt
title
Properties
description
description
:
string
execute
execute
:
(
config
:
GenObj
)
=>
Promise
<
{
postExec
?:
string
}
|
void
>
function_
name
function_name
:
string
json_
schema
json_schema
:
()
=>
Promise
<
GenObj
>
render_
html
render_html
:
(
config
:
GenObj
)
=>
Promise
<
string
>
system_
prompt
system_prompt
:
()
=>
Promise
<
string
>
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
execute
function_
name
json_
schema
render_
html
system_
prompt
title
Documentation
Loading...