File tree Expand file tree Collapse file tree 6 files changed +6
-28
lines changed Expand file tree Collapse file tree 6 files changed +6
-28
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 42
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/lemma%2Flemma-46a7ce79f1dde8bd1fbfa286cbe02e212a760eab26408dc496d2d09437ccf09a .yml
3- openapi_spec_hash : 3992f9744c24046c45f96a6285c9018d
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/lemma%2Flemma-f49c197a0b27f5d3be726ef837f6974e53aef02b46a33d2cbb0ca8db442634ef .yml
3+ openapi_spec_hash : dac4f72f5202160eb8e8ae63e15e2c6b
44config_hash : 3ccc0e50f28be581a8cc4501a5758970
Original file line number Diff line number Diff line change @@ -97,10 +97,6 @@ Methods:
9797
9898## Prompts
9999
100- Types:
101-
102- - <code ><a href =" ./src/resources/projects/prompts/prompts.ts " >Prompt</a ></code >
103-
104100### Iterations
105101
106102## Evaluators
Original file line number Diff line number Diff line change @@ -47,4 +47,4 @@ export {
4747 type ProjectCreateParams ,
4848 type ProjectUpdateParams ,
4949} from './projects' ;
50- export { Prompts , type Prompt } from './prompts/index' ;
50+ export { Prompts } from './prompts/index' ;
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ import {
4545 Evaluators ,
4646} from './evaluators/evaluators' ;
4747import * as PromptsAPI from './prompts/prompts' ;
48- import { Prompt , Prompts } from './prompts/prompts' ;
48+ import { Prompts } from './prompts/prompts' ;
4949import { APIPromise } from '../../core/api-promise' ;
5050import { RequestOptions } from '../../internal/request-options' ;
5151import { path } from '../../internal/utils/path' ;
@@ -184,7 +184,7 @@ export declare namespace Projects {
184184 type OptimizationCreateIterationParams as OptimizationCreateIterationParams ,
185185 } ;
186186
187- export { Prompts as Prompts , type Prompt as Prompt } ;
187+ export { Prompts as Prompts } ;
188188
189189 export {
190190 Evaluators as Evaluators ,
Original file line number Diff line number Diff line change 11// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33export { Iterations } from './iterations' ;
4- export { Prompts , type Prompt } from './prompts' ;
4+ export { Prompts } from './prompts' ;
Original file line number Diff line number Diff line change @@ -8,26 +8,8 @@ export class Prompts extends APIResource {
88 iterations : IterationsAPI . Iterations = new IterationsAPI . Iterations ( this . _client ) ;
99}
1010
11- /**
12- * Prompt database model.
13- */
14- export interface Prompt {
15- projectId : string ;
16-
17- promptName : string ;
18-
19- description ?: string | null ;
20-
21- /**
22- * Model associated with this prompt
23- */
24- model ?: string ;
25- }
26-
2711Prompts . Iterations = Iterations ;
2812
2913export declare namespace Prompts {
30- export { type Prompt as Prompt } ;
31-
3214 export { Iterations as Iterations } ;
3315}
You can’t perform that action at this time.
0 commit comments