mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
5 lines
281 B
Markdown
5 lines
281 B
Markdown
# MultiTask
|
|
|
|
We define a helper function `MultiTask` that dynamitcally creates a new schema that has a task attribute defined as a list of the task subclass, it including some prebuild prompts and allows us to avoid writing some extra code.
|
|
|
|
::: openai_function_call.dsl.multitask |