File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11064,6 +11064,24 @@ mockedApiResponse.Schema = {
1106411064 "PATCH"
1106511065 ],
1106611066 "args": {
11067+ "connectors_gemini_api_key": {
11068+ "title": "",
11069+ "description": "",
11070+ "type": "string",
11071+ "required": false
11072+ },
11073+ "connectors_openai_api_key": {
11074+ "title": "",
11075+ "description": "",
11076+ "type": "string",
11077+ "required": false
11078+ },
11079+ "connectors_anthropic_api_key": {
11080+ "title": "",
11081+ "description": "",
11082+ "type": "string",
11083+ "required": false
11084+ },
1106711085 "title": {
1106811086 "title": "Title",
1106911087 "description": "Site title.",
@@ -14634,6 +14652,9 @@ mockedApiResponse.CommentModel = {
1463414652};
1463514653
1463614654mockedApiResponse.settings = {
14655+ "connectors_gemini_api_key": "",
14656+ "connectors_openai_api_key": "",
14657+ "connectors_anthropic_api_key": "",
1463714658 "title": "Test Blog",
1463814659 "description": "",
1463914660 "url": "http://example.org",
You can’t perform that action at this time.
0 commit comments