@agentionai/agents 0.11.0 → 0.11.1
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.
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* You can also provide any custom string for newer models not yet listed.
|
|
9
9
|
* @see https://docs.anthropic.com/en/docs/about-claude/models
|
|
10
10
|
*/
|
|
11
|
-
export type ClaudeModel = "claude-opus-4-5" | "claude-sonnet-4-5" | "claude-haiku-4-5" | (string & Record<never, never>);
|
|
11
|
+
export type ClaudeModel = "claude-opus-4-7" | "claude-opus-4-6" | "claude-sonnet-4-6" | "claude-opus-4-5" | "claude-sonnet-4-5" | "claude-haiku-4-5" | "claude-haiku-4-5-20251001" | (string & Record<never, never>);
|
|
12
12
|
/**
|
|
13
13
|
* Supported Google Gemini models.
|
|
14
14
|
* You can also provide any custom string for newer models not yet listed.
|
package/dist/viz/VizReporter.js
CHANGED