@gammatech/aijsx 0.16.0-dev.2024-10-28 → 0.16.0-dev.2024-11-05

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
@@ -277,7 +277,7 @@ declare module '@gammatech/aijsx' {
277
277
  * The set of valid Claude models.
278
278
  * @see https://docs.anthropic.com/claude/reference/selecting-a-model
279
279
  */
280
- 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';
280
+ 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';
281
281
  declare const AnthropicClientContext: Context<GetChatCompletionClientAndProvider<ValidAnthropicChatModel, AnthropicClient>>;
282
282
  type AnthropicChatCompletionProps = {
283
283
  model: ValidAnthropicChatModel;
package/dist/index.d.ts CHANGED
@@ -277,7 +277,7 @@ declare module '@gammatech/aijsx' {
277
277
  * The set of valid Claude models.
278
278
  * @see https://docs.anthropic.com/claude/reference/selecting-a-model
279
279
  */
280
- 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';
280
+ 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';
281
281
  declare const AnthropicClientContext: Context<GetChatCompletionClientAndProvider<ValidAnthropicChatModel, AnthropicClient>>;
282
282
  type AnthropicChatCompletionProps = {
283
283
  model: ValidAnthropicChatModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gammatech/aijsx",
3
- "version": "0.16.0-dev.2024-10-28",
3
+ "version": "0.16.0-dev.2024-11-05",
4
4
  "description": "Rewrite of aijsx",
5
5
  "author": "Jordan Garcia",
6
6
  "license": "MIT",