Skip to content

Commit 0a85a20

Browse files
authored
Fix param tag
1 parent c21b564 commit 0a85a20

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

xml/Microsoft.Extensions.VectorData/VectorSearchFilter.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<Parameters />
4646
<Docs>
4747
<summary>
48-
Create an instance of <see cref="T:Microsoft.Extensions.VectorData.VectorSearchFilter" /></summary>
48+
Creates an instance of <see cref="T:Microsoft.Extensions.VectorData.VectorSearchFilter" />.</summary>
4949
<remarks>To be added.</remarks>
5050
</Docs>
5151
</Member>
@@ -67,8 +67,9 @@
6767
<Docs>
6868
<param name="filterClauses">To be added.</param>
6969
<summary>
70-
Create an instance of <see cref="T:Microsoft.Extensions.VectorData.VectorSearchFilter" /> with the provided <see cref="T:Microsoft.Extensions.VectorData.FilterClause" />s.
71-
<param name="filterClauses">The <see cref="T:Microsoft.Extensions.VectorData.FilterClause" /> instances to use</param></summary>
70+
Creates an instance of <see cref="T:Microsoft.Extensions.VectorData.VectorSearchFilter" /> with the provided <see cref="T:Microsoft.Extensions.VectorData.FilterClause" />s.
71+
</summary>
72+
<param name="filterClauses">The <see cref="T:Microsoft.Extensions.VectorData.FilterClause" /> instances to use.</param>
7273
<remarks>To be added.</remarks>
7374
</Docs>
7475
</Member>
@@ -95,7 +96,7 @@
9596
<param name="propertyName">Name of the property consisting of a list of values to check against. Use the name of the property from your data model or as provided in the record definition.</param>
9697
<param name="value">Value that the list should contain.</param>
9798
<summary>
98-
Add an any tag equal to clause to the filter options.
99+
Adds an any tag equal to clause to the filter options.
99100
</summary>
100101
<returns>
101102
<see cref="T:Microsoft.Extensions.VectorData.VectorSearchFilter" /> instance to allow fluent configuration.</returns>

0 commit comments

Comments
 (0)