Firebase.AI.AutoFunctionDeclaration

Structured representation of a function declaration, designed to be automatically handled when using Chat, instead of requiring manual handling.

Summary

See FunctionDeclaration for more information.

Inheritance

Inherits from: BaseAutoFunctionDeclaration

Constructors and Destructors

AutoFunctionDeclaration(Delegate callable, string description, string name)
Constructs a new AutoFunctionDeclaration

Public functions

AutoFunctionDeclaration

 AutoFunctionDeclaration(
  Delegate callable,
  string description,
  string name
)

Constructs a new AutoFunctionDeclaration

Details
Parameters
callable
The delegate that will be called automatically when requested by the model.
description
A brief description of the function.
name
Optional name to use for the function, used to overwrite the delegate name.