Type Alias: CommandFrontmatter
CommandFrontmatter =
object
Defined in: src/config/command/command_types.ts:1
Properties
agent?
optionalagent?:string
Defined in: src/config/command/command_types.ts:3
description
description:
string
Defined in: src/config/command/command_types.ts:2
inputs?
optionalinputs?:Record<string,string>
Defined in: src/config/command/command_types.ts:6
lane?
optionallane?:"chat"|"job"
Defined in: src/config/command/command_types.ts:4
template?
optionaltemplate?:string
Defined in: src/config/command/command_types.ts:5
Last updated on