@effect/ai-openrouter 4.0.0-beta.73 → 4.0.0-beta.74

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.
@@ -88,7 +88,7 @@ export declare class OpenRouterClient extends OpenRouterClient_base {
88
88
  /**
89
89
  * Configuration for creating an OpenRouter client.
90
90
  *
91
- * @category models
91
+ * @category options
92
92
  * @since 4.0.0
93
93
  */
94
94
  export type Options = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/ai-openrouter",
3
- "version": "4.0.0-beta.73",
3
+ "version": "4.0.0-beta.74",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "An OpenRouter provider integration for Effect AI SDK",
@@ -43,10 +43,10 @@
43
43
  "provenance": true
44
44
  },
45
45
  "devDependencies": {
46
- "effect": "^4.0.0-beta.73"
46
+ "effect": "^4.0.0-beta.74"
47
47
  },
48
48
  "peerDependencies": {
49
- "effect": "^4.0.0-beta.73"
49
+ "effect": "^4.0.0-beta.74"
50
50
  },
51
51
  "scripts": {
52
52
  "codegen": "effect-utils codegen",
@@ -122,7 +122,7 @@ export class OpenRouterClient extends Context.Service<
122
122
  /**
123
123
  * Configuration for creating an OpenRouter client.
124
124
  *
125
- * @category models
125
+ * @category options
126
126
  * @since 4.0.0
127
127
  */
128
128
  export type Options = {