Skip to content

Documentation / @agentick/core / templateUsesArguments

Function: templateUsesArguments()

templateUsesArguments(template): boolean

Defined in: core/src/skill/substitute.ts:107

Whether $ARGUMENTS (or any of its indexed/shorthand forms) appears in the template. Used by callers to decide whether to append the spec's fallback ARGUMENTS: <value> line when args were passed but not used.

Parameters

template

string

Returns

boolean

Released under the ISC License.