kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
old-agentic
rodzic
cb5eb714f1
commit
99467fa40e
|
@ -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