refactor: isolate provider sdk auth and model helpers

This commit is contained in:
Peter Steinberger
2026-03-16 21:47:21 -07:00
parent ad7924b0ac
commit dde89d2a83
35 changed files with 1118 additions and 1062 deletions

View File

@@ -0,0 +1 @@
export type SecretInputMode = "plaintext" | "ref"; // pragma: allowlist secret