Skip to content

Commit 9a3d2c2

Browse files
Copilotdavidfowl
andcommitted
Expose DisableTracing property on OllamaSharpSettings publicly
Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>
1 parent 2ee9e9c commit 9a3d2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommunityToolkit.Aspire.OllamaSharp/OllamaSharpSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ public sealed class OllamaSharpSettings
3737
/// Gets or sets a boolean value that indicates whether tracing is disabled or not.
3838
/// </summary>
3939
/// <remarks>Currently, the OllamaSharp SDK does not support tracing, but this is here for future use.</remarks>
40-
internal bool DisableTracing { get; set; }
40+
public bool DisableTracing { get; set; }
4141

4242
}

0 commit comments

Comments
 (0)