From 6b38a7414edbc4e57ca5e6913e50d7aa444c2e36 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 14 Jun 2023 15:18:54 -0700 Subject: [PATCH] Update scratch/scratch-types.ts Co-authored-by: Philipp Burckhardt --- legacy/scratch/scratch-types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/scratch/scratch-types.ts b/legacy/scratch/scratch-types.ts index 2f65178c..d2959974 100644 --- a/legacy/scratch/scratch-types.ts +++ b/legacy/scratch/scratch-types.ts @@ -61,7 +61,7 @@ export interface FunctionDefinition { description?: string /** - * The parameters the functions accepts, described as a JSON Schema object. See the [guide](/docs/guides/gpt/function-calling) for examples, and the [JSON Schema reference](https://json-schema.org/understanding-json-schema/) for documentation about the format. + * The parameters the function accepts, described as a JSON Schema object. See the [guide](/docs/guides/gpt/function-calling) for examples, and the [JSON Schema reference](https://json-schema.org/understanding-json-schema/) for documentation about the format. */ parameters?: { [key: string]: any } }