Skip to content

Commit b70e484

Browse files
author
github-actions[bot]
committed
feat: Updated OpenAPI spec
1 parent 9ae9985 commit b70e484

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/libs/Firecrawl/Generated/Firecrawl.AutoSDKUploadFile.g.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ namespace Firecrawl
99
/// <see cref="global::System.Net.Http.MultipartFormDataContent"/> assemblies or
1010
/// repeated MIME-type guessing tables. The content is exposed as either a
1111
/// <see cref="global::System.IO.Stream"/> (preferred for large files) or a
12-
/// <see cref="global::System.ReadOnlyMemory{byte}"/> (preferred for in-memory uploads).
12+
/// <see cref="global::System.ReadOnlyMemory{T}"/> (preferred for in-memory uploads).
1313
///
14-
/// Construct via the static factory methods <see cref="FromBytes"/>,
14+
/// Construct via the static factory methods <see cref="FromBytes(string, byte[], string)"/>,
1515
/// <see cref="FromStream"/>, or <see cref="FromPath"/>.
1616
/// </summary>
1717
public sealed class AutoSDKUploadFile : global::System.IDisposable
@@ -128,7 +128,7 @@ public static AutoSDKUploadFile FromBytes(
128128
}
129129

130130
/// <summary>
131-
/// Constructs an upload from a <see cref="global::System.ReadOnlyMemory{byte}"/> payload. Useful when
131+
/// Constructs an upload from a <see cref="global::System.ReadOnlyMemory{T}"/> payload. Useful when
132132
/// the caller already has a slice of a larger buffer.
133133
/// </summary>
134134
public static AutoSDKUploadFile FromBytes(

0 commit comments

Comments
 (0)