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

Method GetLogParserScriptId

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

GetLogParserScriptId returns the name of the JavaScript script to parse logs for this engine

()

Source from the content-addressed store, hash-verified

192
193 // GetLogParserScriptId returns the name of the JavaScript script to parse logs for this engine
194 GetLogParserScriptId() string
195
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

Callers 2

parseAgentLogFunction · 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