Skip to content
DocsTry Aspire
DocsTry

FunctionToolResource Properties

ClassProperties4 members
A Foundry tool resource that enables an agent to call a user-defined function.
DescriptionSection titled Descriptionnullablestring?
Gets the description of the function.
public string? Description { get; }
FunctionNameSection titled FunctionNamestring
Gets the name of the function.
public string FunctionName { get; }
ParametersSection titled ParametersBinaryData
Gets the JSON schema defining the function parameters.
public BinaryData Parameters { get; }
StrictModeEnabledSection titled StrictModeEnablednullablebool?
Gets whether strict mode is enabled for parameter validation.
public bool? StrictModeEnabled { get; }