mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +00:00
Include step-start and step-finish for cost tracking (#2810)
This commit is contained in:
parent
8bea479df9
commit
8a28d34fe9
@ -186,6 +186,14 @@ export const RunCommand = cmd({
|
||||
}
|
||||
}
|
||||
|
||||
if (part.type === "step-start") {
|
||||
if (outputJsonEvent("step_start", { part })) return
|
||||
}
|
||||
|
||||
if (part.type === "step-finish") {
|
||||
if (outputJsonEvent("step_finish", { part })) return
|
||||
}
|
||||
|
||||
if (part.type === "text") {
|
||||
text = part.text
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user