Skip to content

PersistentAI API Documentation / @persistentai/fireflow-nodes / hasTemplateVariables

Function: hasTemplateVariables()

hasTemplateVariables(value): boolean

Defined in: packages/fireflow-nodes/src/nodes/mcp/utils.ts:94

Check if a string contains template variables

Parameters

value

string

String to check

Returns

boolean

True if value contains , false otherwise

Licensed under BUSL-1.1