Skip to content

Commit 1f20eb9

Browse files
authored
fix spacing (#627)
1 parent 95e0884 commit 1f20eb9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

fern/tools/handoff.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -214,14 +214,14 @@ destination: {
214214
"assistantId": "assistant-id",
215215
"variableExtractionPlan": {
216216
"schema": {
217-
"type": "object",
218-
"properties": {
219-
"name": {
220-
"type": "string",
221-
"description": "Name of the customer",
222-
},
223-
},
224-
"required": ["name"],
217+
"type": "object",
218+
"properties": {
219+
"name": {
220+
"type": "string",
221+
"description": "Name of the customer",
222+
},
223+
},
224+
"required": ["name"],
225225
},
226226
},
227227
"contextEngineeringPlan": {

0 commit comments

Comments
 (0)