Buckets:
| import typing | |
| class SubTaskFunctionCall(typing.TypedDict): | |
| function: str | |
| args: dict[str, typing.Any] | |
| class StepFunctionCall(typing.TypedDict): | |
| type: str | |
| parameters: typing.Any | |
| class FullTask(typing.TypedDict): | |
| id: str | |
| question: str | |
| answer: str | |
| response: str | |
| source_file: str | |
| description: str | |
| grade_level: str | |
| drawing_difficulty: str | |
| skills: list[str] | |
| tasks: list[SubTaskFunctionCall] | |
| class Data(typing.TypedDict): | |
| id: str | |
| question_id: str | |
| question: str | |
| question_type: str | |
| grade_level: str | |
| drawing_difficulty: str | |
| skills: str | |
| task_no: int | |
| step_no: int | |
| present_task: str # SubTaskFunctionCall | |
| previous_actions: str # list[StepFunctionCall] | |
| next_action_thought: str | |
| next_action_type: str | |
| next_action_params: str # typing.Union[str, list[float]] | |
| target_image_path: str | |
| current_screenshot_path: str |
Xet Storage Details
- Size:
- 1.13 kB
- Xet hash:
- b8774f8a701cc813f0c4d066441d1dbf3ebea8e34be3a1f1f2e8bf943234fd77
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.