@gammatech/aijsx 0.15.3-dev.2024-10-21 → 0.15.4-dev.2024-11-04

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/index.d.mts CHANGED
@@ -281,7 +281,7 @@ declare module '@gammatech/aijsx' {
281
281
  * The set of valid Claude models.
282
282
  * @see https://docs.anthropic.com/claude/reference/selecting-a-model
283
283
  */
284
- type ValidAnthropicChatModel = 'claude-instant-1.2' | 'claude-2.1' | 'claude-3-opus-20240229' | 'claude-3-sonnet-20240229' | 'claude-3-haiku-20240307' | 'claude-3-5-sonnet-20240620';
284
+ type ValidAnthropicChatModel = 'claude-instant-1.2' | 'claude-2.1' | 'claude-3-opus-20240229' | 'claude-3-sonnet-20240229' | 'claude-3-haiku-20240307' | 'claude-3-5-haiku-20241022' | 'claude-3-5-sonnet-20240620' | 'claude-3-5-sonnet-20241022';
285
285
  declare const AnthropicClientContext: Context<GetChatCompletionClientAndProvider<ValidAnthropicChatModel, AnthropicClient>>;
286
286
  type AnthropicChatCompletionProps = {
287
287
  model: ValidAnthropicChatModel;
package/dist/index.d.ts CHANGED
@@ -281,7 +281,7 @@ declare module '@gammatech/aijsx' {
281
281
  * The set of valid Claude models.
282
282
  * @see https://docs.anthropic.com/claude/reference/selecting-a-model
283
283
  */
284
- type ValidAnthropicChatModel = 'claude-instant-1.2' | 'claude-2.1' | 'claude-3-opus-20240229' | 'claude-3-sonnet-20240229' | 'claude-3-haiku-20240307' | 'claude-3-5-sonnet-20240620';
284
+ type ValidAnthropicChatModel = 'claude-instant-1.2' | 'claude-2.1' | 'claude-3-opus-20240229' | 'claude-3-sonnet-20240229' | 'claude-3-haiku-20240307' | 'claude-3-5-haiku-20241022' | 'claude-3-5-sonnet-20240620' | 'claude-3-5-sonnet-20241022';
285
285
  declare const AnthropicClientContext: Context<GetChatCompletionClientAndProvider<ValidAnthropicChatModel, AnthropicClient>>;
286
286
  type AnthropicChatCompletionProps = {
287
287
  model: ValidAnthropicChatModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gammatech/aijsx",
3
- "version": "0.15.3-dev.2024-10-21",
3
+ "version": "0.15.4-dev.2024-11-04",
4
4
  "description": "Rewrite of aijsx",
5
5
  "author": "Jordan Garcia",
6
6
  "license": "MIT",