@polpo-ai/sdk 0.5.21 → 0.5.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/client/types.d.ts
CHANGED
|
@@ -556,7 +556,7 @@ export type TemplateRunResult = PlaybookRunResult;
|
|
|
556
556
|
export type ReasoningLevel = "off" | "minimal" | "low" | "medium" | "high" | "xhigh";
|
|
557
557
|
/** Primary model with ordered fallbacks. */
|
|
558
558
|
export interface ModelConfig {
|
|
559
|
-
/** Primary model spec (e.g. "anthropic
|
|
559
|
+
/** Primary model spec (e.g. "anthropic/claude-opus-4-6"). */
|
|
560
560
|
primary?: string;
|
|
561
561
|
/** Ordered fallback models — tried when primary fails. */
|
|
562
562
|
fallbacks?: string[];
|