From 5274123343611d1ff44c8b8d5e7c882b181272e9 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 --- scratch/scratch-types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scratch/scratch-types.ts b/scratch/scratch-types.ts index 2f65178..d295997 100644 --- a/scratch/scratch-types.ts +++ b/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 } }