Skip to content

Commit ce9f364

Browse files
feat(api): OpenAPI spec update via Stainless API (#118)
1 parent a5dfe49 commit ce9f364

File tree

5 files changed

+276
-117
lines changed

5 files changed

+276
-117
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.prism.log
12
node_modules
23
yarn-error.log
34
codegen.log

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 21
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/prompt-foundry%2Fprompt-foundry-sdk-d9b855455d537bcf385efd28281b3ec5d7a7169fca24bf1961e9b58fb8202b7c.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/prompt-foundry%2Fprompt-foundry-sdk-34a4feda5ed017fa6e768340bc744158d41437857466ad44d553ec4a5c1083d9.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const { data: modelParameters, response: raw } = await promptFoundry.prompts
160160
.getParameters('1212121')
161161
.withResponse();
162162
console.log(raw.headers.get('X-My-Header'));
163-
console.log(modelParameters.provider);
163+
console.log(modelParameters);
164164
```
165165

166166
### Making custom/undocumented requests

0 commit comments

Comments
 (0)