old-agentic
Travis Fischer 2024-07-26 18:37:36 -07:00
rodzic 73878c602b
commit cb5eb714f1
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