chore: include types to instructor.dsl (#419)

This commit is contained in:
Ezzeri Esa
2024-02-08 17:13:37 -08:00
committed by GitHub
parent 805161b70f
commit 25f8214286
8 changed files with 127 additions and 69 deletions
+7
View File
@@ -17,6 +17,13 @@ env:
instructor/cli/usage.py
instructor/exceptions.py
instructor/distil.py
instructor/dsl/citation.py
instructor/dsl/iterable.py
instructor/dsl/maybe.py
instructor/dsl/parallel.py
instructor/dsl/partial.py
instructor/dsl/partialjson.py
instructor/dsl/validators.py
instructor/function_calls.py
tests/test_function_calls.py
tests/test_distil.py