We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee9e9c commit 9a3d2c2Copy full SHA for 9a3d2c2
src/CommunityToolkit.Aspire.OllamaSharp/OllamaSharpSettings.cs
@@ -37,6 +37,6 @@ public sealed class OllamaSharpSettings
37
/// Gets or sets a boolean value that indicates whether tracing is disabled or not.
38
/// </summary>
39
/// <remarks>Currently, the OllamaSharp SDK does not support tracing, but this is here for future use.</remarks>
40
- internal bool DisableTracing { get; set; }
+ public bool DisableTracing { get; set; }
41
42
}
0 commit comments