mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
5 lines
187 B
Python
5 lines
187 B
Python
from .function_calls import OpenAISchema, openai_function, openai_schema
|
|
from .dsl.multitask import MultiTask
|
|
|
|
__all__ = ["OpenAISchema", "openai_function", "MultiTask", "openai_schema"]
|