Skip to content

agents / Exports / TemplateApplicationResult

Interface: TemplateApplicationResult

Template application result

Table of contents

Properties

Properties

config

config: AgentConfig

Applied configuration

Defined in

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


template

template: AgentTemplate

Template that was applied

Defined in

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


warnings

warnings: string[]

Any warnings during application

Defined in

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


modified

modified: boolean

Whether config was modified during application

Defined in

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

Released under the MIT License.