1 instantiation of NetTypelessAIFunction
Microsoft.Extensions.AI.Abstractions.Tests (1)
Contents\FunctionCallContentTests..cs (1)
252public static NetTypelessAIFunction Instance { get; } = new NetTypelessAIFunction();
4 references to NetTypelessAIFunction
Microsoft.Extensions.AI.Abstractions.Tests (4)
Contents\FunctionCallContentTests..cs (4)
208var result = await NetTypelessAIFunction.Instance.InvokeAsync(arguments); 226var result = await NetTypelessAIFunction.Instance.InvokeAsync(arguments); 244var result = await NetTypelessAIFunction.Instance.InvokeAsync(arguments); 252public static NetTypelessAIFunction Instance { get; } = new NetTypelessAIFunction();