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