kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/659/head
rodzic
6dec0ef21d
commit
3f7a24b414
|
@ -23,10 +23,7 @@ export type MaybePromise<T> = T | Promise<T>
|
|||
// TODO: use a more specific type
|
||||
export type JSONSchema = Record<string, unknown>
|
||||
|
||||
export type RelaxedJsonifiable =
|
||||
| Jsonifiable
|
||||
| Record<string, unknown>
|
||||
| JSONSchema
|
||||
export type RelaxedJsonifiable = Jsonifiable | Record<string, unknown>
|
||||
|
||||
export interface AIFunctionSpec {
|
||||
/** AI Function name. */
|
||||
|
|
Ładowanie…
Reference in New Issue