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