Update scratch/scratch-types.ts

Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com>
old-agentic-v1^2
Travis Fischer 2023-06-14 15:18:54 -07:00
rodzic 839ccd84fd
commit 5274123343
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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