You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
This library provides convenient access to the Prompt Foundry REST API from server-side TypeScript or JavaScript.
6
6
7
-
The REST API documentation can be found [on docs.promptfoundry.ai](https://docs.promptfoundry.ai). The full API of this library can be found in [api.md](api.md).
7
+
The REST API documentation can be found on [docs.promptfoundry.ai](https://docs.promptfoundry.ai). The full API of this library can be found in [api.md](api.md).
8
8
9
9
It is generated with [Stainless](https://www.stainlessapi.com/).
10
10
@@ -291,6 +291,9 @@ The following runtimes are supported:
291
291
- Jest 28 or greater with the `"node"` environment (`"jsdom"` is not supported at this time).
292
292
- Nitro v2.6 or greater.
293
293
294
+
> [!WARNING]
295
+
> Web browser runtimes aren't supported. The SDK will throw an error if used in a browser environment.
296
+
294
297
Note that React Native is not supported at this time.
295
298
296
299
If you are interested in other runtime environments, please open or upvote an issue on GitHub.
0 commit comments