We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8068c58 commit 399fffdCopy full SHA for 399fffd
src/tools/ToolGenerators.jl
@@ -24,6 +24,7 @@ tool_format(tg::ToolGenerator) = tool_format(tg.tool_type)
24
25
26
@kwdef mutable struct WorkspaceToolGenerator <: AbstractToolGenerator
27
+ edge_id::String
28
workspace_context::WorkspaceCTX
29
end
30
function create_tool(wtg::WorkspaceToolGenerator, cmd::ToolTag)
0 commit comments