LICENSE
README.md
setup.py
tests/test_fewshot.py
tests/test_fields.py
tests/test_helpers.py
tests/test_openai.py
tests/test_parser.py
tests/test_prompt.py
tests/test_response_object.py
tests/test_settings.py
typegpt/__init__.py
typegpt/base.py
typegpt/example_builder.py
typegpt/example_formatter.py
typegpt/exceptions.py
typegpt/fields.py
typegpt/helper.py
typegpt/message_collection_builder.py
typegpt/meta.py
typegpt/parser.py
typegpt/prompt_builder.py
typegpt.egg-info/PKG-INFO
typegpt.egg-info/SOURCES.txt
typegpt.egg-info/dependency_links.txt
typegpt.egg-info/requires.txt
typegpt.egg-info/top_level.txt
typegpt/openai/__init__.py
typegpt/openai/base_chat_completion.py
typegpt/openai/exceptions.py
typegpt/openai/views.py
typegpt/openai/_async/__init__.py
typegpt/openai/_async/chat_completion.py
typegpt/openai/_async/client.py
typegpt/openai/_sync/__init__.py
typegpt/openai/_sync/chat_completion.py
typegpt/openai/_sync/client.py
typegpt/prompt_definition/__init__.py
typegpt/prompt_definition/few_shot_example.py
typegpt/prompt_definition/prompt_settings.py
typegpt/prompt_definition/prompt_template.py
typegpt/utils/__init__.py
typegpt/utils/internal_types.py
typegpt/utils/type_checker.py
typegpt/utils/utils.py