Base:
property
UnderlyingMethod
Microsoft.Extensions.AI.AIFunction.UnderlyingMethod
2 references to UnderlyingMethod
Microsoft.Extensions.AI.Abstractions.Tests (2)
Functions\ApprovalRequiredAIFunctionTests.cs (1)
29
Assert.Same(inner.UnderlyingMethod, func.
UnderlyingMethod
);
Functions\DelegatingAIFunctionTests.cs (1)
32
Assert.Same(expected.UnderlyingMethod, actual.
UnderlyingMethod
);