Skip to content

Commit 3e6c84d

Browse files
committed
Added documentation comments
1 parent 1088dc3 commit 3e6c84d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/CompilerSwiftAI/CompilerClient.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ public final actor CompilerClient {
1010
/// Whether to enable debug logging
1111
public var enableDebugLogging: Bool
1212

13+
/// Initialize a new Configuration instance
14+
/// - Parameters:
15+
/// - streamingChat: The streaming configuration to use for chat interactions, defaults to OpenAI GPT-4
16+
/// - enableDebugLogging: Whether to enable detailed debug logging output, defaults to false
1317
public init(
1418
streamingChat: StreamConfiguration = .openAI(.gpt4o),
1519
enableDebugLogging: Bool = false

0 commit comments

Comments
 (0)