We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e71d82 commit 9c31c11Copy full SHA for 9c31c11
Sources/openai-async-image-swiftui/OpenAIAsyncImage.swift
@@ -32,6 +32,7 @@ public struct OpenAIAsyncImage<Content: View, T: IOpenAILoader>: View {
32
33
// MARK: - Config
34
35
+ /// A text description of the desired image(s). The maximum length is 1000 characters
36
@Binding var prompt : String
37
38
/// Custom loader
0 commit comments