Skip to content

Commit

Permalink
added job id
Browse files Browse the repository at this point in the history
  • Loading branch information
acedward committed Feb 6, 2025
1 parent 014b25d commit 44f5186
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2563,6 +2563,7 @@ impl Node {
let response = json!({
"tool_router_key": new_tool.tool_router_key().to_string_without_version(),
"version": new_tool.version(),
"job_id": new_playground.job_id,
});
Ok(response)
}
Expand Down

0 comments on commit 44f5186

Please sign in to comment.