From c98f860460767fe14f8fbf139150b1bd1ee2ff12 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Sun, 20 Aug 2023 20:02:07 -0700 Subject: feat: :sparkles: saved context groups --- schema/json/TracebackFrame.json | 64 ++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 32 deletions(-) (limited to 'schema/json/TracebackFrame.json') diff --git a/schema/json/TracebackFrame.json b/schema/json/TracebackFrame.json index 2fbd0109..1907430a 100644 --- a/schema/json/TracebackFrame.json +++ b/schema/json/TracebackFrame.json @@ -1,33 +1,33 @@ -{ - "title": "TracebackFrame", - "$ref": "#/definitions/src__continuedev__models__main__TracebackFrame", - "definitions": { - "src__continuedev__models__main__TracebackFrame": { - "title": "TracebackFrame", - "type": "object", - "properties": { - "filepath": { - "title": "Filepath", - "type": "string" - }, - "lineno": { - "title": "Lineno", - "type": "integer" - }, - "function": { - "title": "Function", - "type": "string" - }, - "code": { - "title": "Code", - "type": "string" - } - }, - "required": [ - "filepath", - "lineno", - "function" - ] - } - } +{ + "title": "TracebackFrame", + "$ref": "#/definitions/src__continuedev__models__main__TracebackFrame", + "definitions": { + "src__continuedev__models__main__TracebackFrame": { + "title": "TracebackFrame", + "type": "object", + "properties": { + "filepath": { + "title": "Filepath", + "type": "string" + }, + "lineno": { + "title": "Lineno", + "type": "integer" + }, + "function": { + "title": "Function", + "type": "string" + }, + "code": { + "title": "Code", + "type": "string" + } + }, + "required": [ + "filepath", + "lineno", + "function" + ] + } + } } \ No newline at end of file -- cgit v1.2.3-70-g09d2