Ask a question to get started
Enter to sendā¢Shift+Enter new line
task_spec: Optional[dict[str, Any]] = Field(default=None)
Optional default_task_spec applied to every run in the group.
default_task_spec
Use :func:build_task_spec to construct this from pydantic classes, or pass a dict directly. When set, every input added to the group must conform to task_spec["input_schema"].
build_task_spec
task_spec["input_schema"]