Skip to content

Commit 99a5e5e

Browse files
stephentoubCopilot
andauthored
Update src/Libraries/Microsoft.Extensions.AI.Abstractions/Functions/DelegatingAIFunctionDefinition.cs
Co-authored-by: Copilot <[email protected]>
1 parent c77ef04 commit 99a5e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Libraries/Microsoft.Extensions.AI.Abstractions/Functions/DelegatingAIFunctionDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protected DelegatingAIFunctionDefinition(AIFunctionDefinition innerFunction)
2525
InnerFunction = Throw.IfNull(innerFunction);
2626
}
2727

28-
/// <summary>Gets the inner <see cref="AIFunction" />.</summary>
28+
/// <summary>Gets the inner <see cref="AIFunctionDefinition" />.</summary>
2929
protected AIFunctionDefinition InnerFunction { get; }
3030

3131
/// <inheritdoc />

0 commit comments

Comments
 (0)