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