Match function/tool references in the prompt. The format is ~{functionId}.
A function may be marked as deferred by prefixing the id with ?,
e.g. ~{?functionId}. Deferred tools are not loaded into the model's
context upfront and are instead discovered on-demand via the model
provider's built-in tool search mechanism (e.g. Anthropic's tool search
tool, OpenAI's tool search) when supported by the provider.
Match function/tool references in the prompt. The format is
~{functionId}. A function may be marked as deferred by prefixing the id with?, e.g.~{?functionId}. Deferred tools are not loaded into the model's context upfront and are instead discovered on-demand via the model provider's built-in tool search mechanism (e.g. Anthropic's tool search tool, OpenAI's tool search) when supported by the provider.