AzureFunctionToolResource Properties
Class Properties 7 members
A Foundry tool resource that enables an agent to invoke an Azure Function.
Gets the description of the function (used by the agent to decide when to call it).
public string Description { get; } Gets the name of the Azure Function.
public string FunctionName { get; } Gets the Azure Storage Queue endpoint for input binding.
public string InputQueueEndpoint { get; } Gets the queue name for input binding.
public string InputQueueName { get; } Gets the Azure Storage Queue endpoint for output binding.
public string OutputQueueEndpoint { get; } Gets the queue name for output binding.
public string OutputQueueName { get; } Gets the JSON schema defining the function parameters.
public BinaryData Parameters { get; }