TemplateFunctionDeclarationsTool interface

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

A piece of code that enables the system to interact with external systems.

Signature:

export interface TemplateFunctionDeclarationsTool 

Properties

Property Type Description
functionDeclarations TemplateFunctionDeclaration[] (Public Preview) Optional. One or more function declarations to be passed to the server-side template execution.

TemplateFunctionDeclarationsTool.functionDeclarations

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Optional. One or more function declarations to be passed to the server-side template execution.

Signature:

functionDeclarations?: TemplateFunctionDeclaration[];