GenerateContentRequestTools Property
Optional. A list of
Tools the
Model may use to generate the next response.
A
Tool is a piece of code that enables the system to interact with external systems
to perform an action, or set of actions, outside of knowledge and scope of the
Model.
Supported
Tools are
Function and
codeExecution. Refer to the
Function calling and the
Code execution guides to learn more.
Namespace: GenerativeAI.TypesAssembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
public List<Tool>? Tools { get; set; }
Property Value
ListTool