Skip to content

Commit 399fffd

Browse files
committed
edge id was forgotten to be pushed.
1 parent 8068c58 commit 399fffd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/ToolGenerators.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ tool_format(tg::ToolGenerator) = tool_format(tg.tool_type)
2424

2525

2626
@kwdef mutable struct WorkspaceToolGenerator <: AbstractToolGenerator
27+
edge_id::String
2728
workspace_context::WorkspaceCTX
2829
end
2930
function create_tool(wtg::WorkspaceToolGenerator, cmd::ToolTag)

0 commit comments

Comments
 (0)