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 } }