Skip to content
Docs Try Aspire
Docs Try

FunctionToolResource Properties

Class Properties 4 members
A Foundry tool resource that enables an agent to call a user-defined function.
Description Section titled Description nullable string?
Gets the description of the function.
public string? Description { get; }
FunctionName Section titled FunctionName string
Gets the name of the function.
public string FunctionName { get; }
Parameters Section titled Parameters BinaryData
Gets the JSON schema defining the function parameters.
public BinaryData Parameters { get; }
StrictModeEnabled Section titled StrictModeEnabled nullable bool?
Gets whether strict mode is enabled for parameter validation.
public bool? StrictModeEnabled { get; }