pull/659/head
Travis Fischer 2024-07-26 20:17:18 -07:00
rodzic 6dec0ef21d
commit 3f7a24b414
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -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. */