Skip to content

Commit

Permalink
chore(example): add required field in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Aug 23, 2024
1 parent dd9ca67 commit 471d186
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ export default function App() {
required: ['query'],
},
},
required: ['function', 'arguments'],
},
],
}
Expand Down

0 comments on commit 471d186

Please sign in to comment.