Skip to content

Commit

Permalink
Type tool_id with str in payload of execute operation
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed Apr 3, 2024
1 parent c9fb2d7 commit d3b2504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/schema/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@


class ExecuteToolPayload(Model):
tool_id: Optional[Any] = Field(
tool_id: Optional[str] = Field(
default=None,
title="Tool ID",
description="The ID of the tool to execute.",
Expand Down

0 comments on commit d3b2504

Please sign in to comment.