Skip to content

Commit b8f56c6

Browse files
sebstoCopilot
andauthored
Update Sources/InvokeModel/BedrockService+InvokeModelImage.swift
Co-authored-by: Copilot <[email protected]>
1 parent d8f12aa commit b8f56c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/InvokeModel/BedrockService+InvokeModelImage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ extension BedrockService {
154154
)
155155
return try await sendRequest(request: request, model: model)
156156
} catch {
157-
try handleCommonError(error, context: "listing foundation models")
157+
try handleCommonError(error, context: "invoking image model")
158158
}
159159
}
160160

0 commit comments

Comments
 (0)