/** * A schema for parametersSchema * This is a subset of https://json-schema.org/draft-07/schema to capture what is actually supported by language models for tools, mainly, that they must be an object at the top level. * Possibly it can be whittled down some more based on which attributes are supported by language models. */ export declare const toolsParametersSchemaSchemaId = "vscode://schemas/toolsParameters";