MCPcopy Index your code
hub / github.com/AI45Lab/Code / task_artifact_id

Function task_artifact_id

core/src/tools/task.rs:151–153  ·  view source on GitHub ↗
(result: &TaskResult)

Source from the content-addressed store, hash-verified

149}
150
151fn task_artifact_id(result: &TaskResult) -> String {
152 format!("task-output:{}", result.task_id)
153}
154
155fn task_artifact_uri(result: &TaskResult) -> String {
156 format!(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected