mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
[sandbox-ext] regenerate verb tables for request_sandbox(extensions=...) signature
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
| `pr_update` | `pr_update(see do_server)` |
|
| `pr_update` | `pr_update(see do_server)` |
|
||||||
| `draft_playbook` | `draft_playbook(title: str, problem: str, procedure: str, tags: list[str] = PydanticUndefined, source_task_id: UUID | None = None)` |
|
| `draft_playbook` | `draft_playbook(title: str, problem: str, procedure: str, tags: list[str] = PydanticUndefined, source_task_id: UUID | None = None)` |
|
||||||
| `propose_video` | `propose_video(composition_id: str, x_caption: str, tiktok_caption: str, platforms: list[str], input_props: str | Any | None = None)` |
|
| `propose_video` | `propose_video(composition_id: str, x_caption: str, tiktok_caption: str, platforms: list[str], input_props: str | Any | None = None)` |
|
||||||
| `request_sandbox` | `request_sandbox(services: list[str] | None = None)` |
|
| `request_sandbox` | `request_sandbox(services: list[str] | None = None, extensions: str | list[str] | None = None)` |
|
||||||
| `notify_list` | `notify_list(unread_only: bool = True, pending_ack_only: bool = False, limit: int = 20)` |
|
| `notify_list` | `notify_list(unread_only: bool = True, pending_ack_only: bool = False, limit: int = 20)` |
|
||||||
| `notify_get` | `notify_get(notification_id: UUID)` |
|
| `notify_get` | `notify_get(notification_id: UUID)` |
|
||||||
| `notify_ack` | `notify_ack(notification_id: UUID)` |
|
| `notify_ack` | `notify_ack(notification_id: UUID)` |
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
| `dm` | `dm(recipient: str, text: str, task_id: UUID | None = None, skill: str | None = None)` |
|
| `dm` | `dm(recipient: str, text: str, task_id: UUID | None = None, skill: str | None = None)` |
|
||||||
| `evidence` | `evidence(task_id: UUID)` |
|
| `evidence` | `evidence(task_id: UUID)` |
|
||||||
| `draft_playbook` | `draft_playbook(title: str, problem: str, procedure: str, tags: list[str] = PydanticUndefined, source_task_id: UUID | None = None)` |
|
| `draft_playbook` | `draft_playbook(title: str, problem: str, procedure: str, tags: list[str] = PydanticUndefined, source_task_id: UUID | None = None)` |
|
||||||
| `request_sandbox` | `request_sandbox(services: list[str] | None = None)` |
|
| `request_sandbox` | `request_sandbox(services: list[str] | None = None, extensions: str | list[str] | None = None)` |
|
||||||
| `notify_list` | `notify_list(unread_only: bool = True, pending_ack_only: bool = False, limit: int = 20)` |
|
| `notify_list` | `notify_list(unread_only: bool = True, pending_ack_only: bool = False, limit: int = 20)` |
|
||||||
| `notify_get` | `notify_get(notification_id: UUID)` |
|
| `notify_get` | `notify_get(notification_id: UUID)` |
|
||||||
| `notify_ack` | `notify_ack(notification_id: UUID)` |
|
| `notify_ack` | `notify_ack(notification_id: UUID)` |
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ real tools live in their agent_sdk drivers, not role_config.
|
|||||||
| `pr_update` | `pr_update(see do_server)` |
|
| `pr_update` | `pr_update(see do_server)` |
|
||||||
| `draft_playbook` | `draft_playbook(title: str, problem: str, procedure: str, tags: list[str] = PydanticUndefined, source_task_id: UUID | None = None)` |
|
| `draft_playbook` | `draft_playbook(title: str, problem: str, procedure: str, tags: list[str] = PydanticUndefined, source_task_id: UUID | None = None)` |
|
||||||
| `propose_video` | `propose_video(composition_id: str, x_caption: str, tiktok_caption: str, platforms: list[str], input_props: str | Any | None = None)` |
|
| `propose_video` | `propose_video(composition_id: str, x_caption: str, tiktok_caption: str, platforms: list[str], input_props: str | Any | None = None)` |
|
||||||
| `request_sandbox` | `request_sandbox(services: list[str] | None = None)` |
|
| `request_sandbox` | `request_sandbox(services: list[str] | None = None, extensions: str | list[str] | None = None)` |
|
||||||
| `notify_list` | `notify_list(unread_only: bool = True, pending_ack_only: bool = False, limit: int = 20)` |
|
| `notify_list` | `notify_list(unread_only: bool = True, pending_ack_only: bool = False, limit: int = 20)` |
|
||||||
| `notify_get` | `notify_get(notification_id: UUID)` |
|
| `notify_get` | `notify_get(notification_id: UUID)` |
|
||||||
| `notify_ack` | `notify_ack(notification_id: UUID)` |
|
| `notify_ack` | `notify_ack(notification_id: UUID)` |
|
||||||
@@ -68,7 +68,7 @@ real tools live in their agent_sdk drivers, not role_config.
|
|||||||
| `dm` | `dm(recipient: str, text: str, task_id: UUID | None = None, skill: str | None = None)` |
|
| `dm` | `dm(recipient: str, text: str, task_id: UUID | None = None, skill: str | None = None)` |
|
||||||
| `evidence` | `evidence(task_id: UUID)` |
|
| `evidence` | `evidence(task_id: UUID)` |
|
||||||
| `draft_playbook` | `draft_playbook(title: str, problem: str, procedure: str, tags: list[str] = PydanticUndefined, source_task_id: UUID | None = None)` |
|
| `draft_playbook` | `draft_playbook(title: str, problem: str, procedure: str, tags: list[str] = PydanticUndefined, source_task_id: UUID | None = None)` |
|
||||||
| `request_sandbox` | `request_sandbox(services: list[str] | None = None)` |
|
| `request_sandbox` | `request_sandbox(services: list[str] | None = None, extensions: str | list[str] | None = None)` |
|
||||||
| `notify_list` | `notify_list(unread_only: bool = True, pending_ack_only: bool = False, limit: int = 20)` |
|
| `notify_list` | `notify_list(unread_only: bool = True, pending_ack_only: bool = False, limit: int = 20)` |
|
||||||
| `notify_get` | `notify_get(notification_id: UUID)` |
|
| `notify_get` | `notify_get(notification_id: UUID)` |
|
||||||
| `notify_ack` | `notify_ack(notification_id: UUID)` |
|
| `notify_ack` | `notify_ack(notification_id: UUID)` |
|
||||||
|
|||||||
Reference in New Issue
Block a user