pull/659/head
Travis Fischer 2024-07-26 18:37:36 -07:00
rodzic 638423910e
commit 6dec0ef21d
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -28,8 +28,6 @@ export type RelaxedJsonifiable =
| Record<string, unknown>
| JSONSchema
export type Context = object
export interface AIFunctionSpec {
/** AI Function name. */
name: string