Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vlmrun/client/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def execute(
callback_url: Optional URL to call when execution is complete
model: VLM Run Agent model to use for execution (default: "vlmrun-orion-1:auto")
toolsets: Optional list of tool categories to enable for this execution.
Available categories: core, image, image-gen, 3d_reconstruction,
Available categories: core, image, image-gen, world_gen,
viz, document, video, web.
When specified, only tools from these categories will be available.
If None, defaults to 'core' tools only.
Expand Down
2 changes: 1 addition & 1 deletion vlmrun/client/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"core",
"image",
"image-gen",
"3d_reconstruction",
"world_gen",
"viz",
"document",
"video",
Expand Down
2 changes: 1 addition & 1 deletion vlmrun/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.3"
__version__ = "0.5.4"
Loading