Skip to content

Commit 72fca4b

Browse files
committed
Fix errors in #200
1 parent 3f32102 commit 72fca4b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Experimental support:
5050

5151
### Installation
5252

53-
This SDK currently does not work with `[email protected]` and above. Please install `[email protected]` (or any older version) explicitly. We will resolve this dependency issue soon. Please check [this issue}(https://github.com/openai/openai-agents-js/issues/187) for updates.
53+
This SDK currently does not work with `[email protected]` and above. Please install `[email protected]` (or any older version) explicitly. We will resolve this dependency issue soon. Please check [this issue](https://github.com/openai/openai-agents-js/issues/187) for updates.
5454

5555
```bash
5656
npm install @openai/agents 'zod@<=3.25.67'

docs/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Here are the main features of the SDK:
6363

6464
## Installation
6565

66-
This SDK currently does not work with `[email protected]` and above. Please install `[email protected]` (or any older version) explicitly. We will resolve this dependency issue soon. Please check [this issue}(https://github.com/openai/openai-agents-js/issues/187) for updates.
66+
This SDK currently does not work with `[email protected]` and above. Please install `[email protected]` (or any older version) explicitly. We will resolve this dependency issue soon. Please check [this issue](https://github.com/openai/openai-agents-js/issues/187) for updates.
6767

6868
```bash
6969
npm install @openai/agents 'zod@<=3.25.67'

docs/src/content/docs/ja/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ SDK には 2 つの設計原則があります。
4646

4747
## インストール
4848

49-
現在、この SDK は `[email protected]` 以降と互換性がありません。必ず `[email protected]`(またはそれ以前のバージョン)を明示的にインストールしてください。この依存関係の問題は近日中に解決予定です。最新情報は [this issue}(https://github.com/openai/openai-agents-js/issues/187) をご確認ください。
49+
現在、この SDK は `[email protected]` 以降と互換性がありません。必ず `[email protected]`(またはそれ以前のバージョン)を明示的にインストールしてください。この依存関係の問題は近日中に解決予定です。最新情報は [this issue](https://github.com/openai/openai-agents-js/issues/187) をご確認ください。
5050

5151
```bash
5252
npm install @openai/agents 'zod@<=3.25.67'

packages/agents/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Experimental support:
4747

4848
### Installation
4949

50-
This SDK currently does not work with `[email protected]` and above. Please install `[email protected]` (or any older version) explicitly. We will resolve this dependency issue soon. Please check [this issue}(https://github.com/openai/openai-agents-js/issues/187) for updates.
50+
This SDK currently does not work with `[email protected]` and above. Please install `[email protected]` (or any older version) explicitly. We will resolve this dependency issue soon. Please check [this issue](https://github.com/openai/openai-agents-js/issues/187) for updates.
5151

5252
```bash
5353
npm install @openai/agents 'zod@<=3.25.67'

0 commit comments

Comments
 (0)