kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
Update scratch/scratch-types.ts
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com>old-agentic-v1^2
rodzic
839ccd84fd
commit
5274123343
|
@ -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 }
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue