MCPcopy Create free account
hub / github.com/github/gh-aw / GetLogFileForParsing

Method GetLogFileForParsing

pkg/workflow/agentic_engine.go:198–198  ·  view source on GitHub ↗

GetLogFileForParsing returns the log file path to use for JavaScript parsing in the workflow This may be different from the stdout/stderr log file if the engine produces separate detailed logs

()

Source from the content-addressed store, hash-verified

196 // GetLogFileForParsing returns the log file path to use for JavaScript parsing in the workflow
197 // This may be different from the stdout/stderr log file if the engine produces separate detailed logs
198 GetLogFileForParsing() string
199
200 // GetErrorDetectionScriptId returns the name of the JavaScript script used to detect engine
201 // errors from the agent stdio log after execution. The script runs on the host runner (outside

Callers 2

findAgentLogFileFunction · 0.65
generateLogParsingMethod · 0.65

Implementers 2

CopilotEnginepkg/workflow/copilot_engine.go
BaseEnginepkg/workflow/agentic_engine.go

Calls

no outgoing calls

Tested by

no test coverage detected