rename: fallback-handoff.ts → terminal-detection.ts
The file no longer contains any fallback/handoff logic after the Athena NLP removal — only generic terminal-event helpers (isTerminalFinishValue, isTerminalStepFinishPart). Name now matches content.
This commit is contained in:
parent
77034fec7e
commit
2eb8f5741a
@ -4,7 +4,7 @@ import { applyPendingSwitch, clearPendingSwitchRuntime } from "../../features/ag
|
|||||||
import {
|
import {
|
||||||
isTerminalFinishValue,
|
isTerminalFinishValue,
|
||||||
isTerminalStepFinishPart,
|
isTerminalStepFinishPart,
|
||||||
} from "./fallback-handoff"
|
} from "./terminal-detection"
|
||||||
|
|
||||||
function getSessionIDFromStatusEvent(input: { event: { properties?: Record<string, unknown> } }): string | undefined {
|
function getSessionIDFromStatusEvent(input: { event: { properties?: Record<string, unknown> } }): string | undefined {
|
||||||
const props = input.event.properties as Record<string, unknown> | undefined
|
const props = input.event.properties as Record<string, unknown> | undefined
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user