Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jun 13, 2024
1 parent 7e43a7c commit bb1386c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 21
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/prompt-foundry%2Fprompt-foundry-sdk-b8126e888081f9b8e261a52a8a95ec441666f752df583f08d14a212c27de37eb.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/prompt-foundry%2Fprompt-foundry-sdk-265943fe7b3601e5408bb1937caf6d9de132f59dae77150042441ff4896d9a73.yml
2 changes: 1 addition & 1 deletion src/resources/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export namespace ModelParameters {

description?: string;

parameters?: unknown;
parameters?: Record<string, unknown>;
}
}
}
Expand Down

0 comments on commit bb1386c

Please sign in to comment.