Commit a3a0887
committed
Moved schema code out of instructor repo into a separate one
1 parent 4f2950f commit a3a0887
File tree
249 files changed
+1611
-1634
lines changed- bin
- config
- evals
- SimpleExtraction
- UseExamples
- examples
- A01_Basics
- UsingAttributes
- ValidationMixin
- ValidationWithLLM
- Validation
- A02_Advanced
- ContextCaching
- ProvidingExamples
- A05_Extras
- ImageCarDamage
- Schema
- TranslateUIFields
- WebToObjects
- C01_ZeroShot
- AutoRefine
- FollowUpQuestions
- RepeatQuery
- SimulatePerspective
- C02_FewShot/InContextExamples
- C07_Misc
- ChainOfSummaries
- ChainOfThought
- LimitingLengthOfLists
- ReflectionPrompting
- Summary
- notes/done
- packages
- addons/src/FunctionCall
- Traits
- evals/src
- Executors
- Feedback
- Observers/Evaluate/Data
- experimental
- src/Module
- Core
- Traits
- ModuleCall
- Predictor
- Modules
- Signature
- Attributes
- Contracts
- Traits
- Factory
- Signature
- tests/Feature/Experimental
- instructor
- docs/essentials
- src
- Contracts
- Core
- Traits
- Data
- Traits
- ChatTemplate
- ResponseModel
- StructuredOutputRequestInfo
- StructuredOutputRequest
- Deserialization
- Contracts
- Deserializers
- Exceptions
- Traits/ResponseDeserializer
- Events/Response
- Extras
- Example
- Traits
- Maybe
- Scalar
- Traits
- Sequence
- Traits
- Structure
- Traits
- Factory
- Field
- Structure
- Features
- Schema
- Data/Schema/Traits/Schema
- Factories
- Validation/Contracts
- Traits
- Transformation
- Contracts
- Traits/ResponseTransformer
- Validation
- Contracts
- Exceptions
- Traits
- ResponseValidator
- Validators
- tests
- Archived
- Examples/Extraction
- Feature/Instructor
- Deserialization
- Extras
- Validation
- polyglot/src/LLM
- schema
- src
- Attributes
- Contracts
- Data
- Schema
- Traits/Schema
- Traits/TypeDetails
- Factories
- Traits
- JsonSchemaToSchema
- SchemaFactory
- TypeDetailsFactory
- Utils
- Visitors
- tests
- Examples
- ClassInfo
- SchemaConverter
- Schema
- Feature
- Unit
- utils
- src
- Events/Contracts
- JsonSchema
- Messages
- Traits/Message
- tests/Feature/Messages
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
249 files changed
+1611
-1634
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| |||
787 | 787 | | |
788 | 788 | | |
789 | 789 | | |
790 | | - | |
| 790 | + | |
791 | 791 | | |
792 | 792 | | |
793 | 793 | | |
| |||
883 | 883 | | |
884 | 884 | | |
885 | 885 | | |
886 | | - | |
| 886 | + | |
887 | 887 | | |
888 | 888 | | |
889 | 889 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
24 | | - | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
28 | | - | |
| 25 | + | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
27 | | - | |
| 25 | + | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
| |||
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments