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
|
// 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