File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -737,23 +737,6 @@ You can attach multiple structured outputs to extract different types of data:
737737
738738<Note>The ` structuredOutputIds` are UUIDs returned when you create each structured output configuration.</Note>
739739
740- ### Conditional extraction
741-
742- Use conditional logic in your schema to handle different scenarios:
743-
744- ` ` ` json
745- {
746- " if" : {
747- " properties" : {
748- " requestType" : {" const" : " appointment" }
749- }
750- },
751- " then" : {
752- " required" : [" preferredDate" , " preferredTime" ]
753- }
754- }
755- ` ` `
756-
757740### Validation patterns
758741
759742Common validation patterns for reliable extraction:
@@ -801,4 +784,4 @@ Common validation patterns for reliable extraction:
801784Need assistance? We're here to help:
802785- [API Documentation](/api-reference)
803786- [Discord Community](https://discord.gg/pUFNcf2WmH)
804- - [Support](mailto:support@vapi.ai)
787+ - [Support](mailto:support@vapi.ai)
You can’t perform that action at this time.
0 commit comments