Skip to content

agents / Exports / ITemplateApplicationResult

Interface: ITemplateApplicationResult

Template application result

Table of contents

Properties

Properties

config

config: IAgentConfig

Applied configuration

Defined in

packages/agents/src/managers/agent-templates.ts:20


template

template: IAgentTemplate

Template that was applied

Defined in

packages/agents/src/managers/agent-templates.ts:22


warnings

warnings: string[]

Any warnings during application

Defined in

packages/agents/src/managers/agent-templates.ts:24


modified

modified: boolean

Whether config was modified during application

Defined in

packages/agents/src/managers/agent-templates.ts:26

Released under the MIT License.