Skip to content

Commit cca0d2d

Browse files
committed
docs: update verify step to point to MLflow UI
1 parent 6f2cfdc commit cca0d2d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/claude-agent/mlflow-tracing.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,7 @@ oc exec deployment/<claude-deployment> -- bash -c '
261261
~/.claude/claude-run -p "What is 2+2?"
262262
'
263263
264-
# Confirm trace was created
265-
oc exec deployment/<claude-deployment> -- \
266-
tail -3 /workspace/.claude/mlflow/claude_tracing.log
267-
# Expected: "Created MLflow trace: tr-..."
264+
# Confirm trace was created by checking your MLflow UI under your experiment on your RHOAI MLflow instance
268265
```
269266

270267
### Recommendation for RHOAI 3.5

0 commit comments

Comments
 (0)