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 1088dc3 commit 3e6c84dCopy full SHA for 3e6c84d
Sources/CompilerSwiftAI/CompilerClient.swift
@@ -10,6 +10,10 @@ public final actor CompilerClient {
10
/// Whether to enable debug logging
11
public var enableDebugLogging: Bool
12
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
17
public init(
18
streamingChat: StreamConfiguration = .openAI(.gpt4o),
19
enableDebugLogging: Bool = false
0 commit comments