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
|
// TODO: use a more specific type
|
||||||
export type JSONSchema = Record<string, unknown>
|
export type JSONSchema = Record<string, unknown>
|
||||||
|
|
||||||
export type RelaxedJsonifiable =
|
export type RelaxedJsonifiable = Jsonifiable | Record<string, unknown>
|
||||||
| Jsonifiable
|
|
||||||
| Record<string, unknown>
|
|
||||||
| JSONSchema
|
|
||||||
|
|
||||||
export interface AIFunctionSpec {
|
export interface AIFunctionSpec {
|
||||||
/** AI Function name. */
|
/** AI Function name. */
|
||||||
|
|
Ładowanie…
Reference in New Issue