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

Function parseCommentMemoryTool

pkg/workflow/tools_parser.go:528–531  ·  view source on GitHub ↗

parseCommentMemoryTool converts raw comment-memory tool configuration

(val any)

Source from the content-addressed store, hash-verified

526
527// parseCommentMemoryTool converts raw comment-memory tool configuration
528func parseCommentMemoryTool(val any) *CommentMemoryToolConfig {
529 // comment-memory can be boolean, object, or null - store raw value
530 return &CommentMemoryToolConfig{Raw: val}
531}
532
533// parseRepoMemoryTool converts raw repo-memory tool configuration
534func parseRepoMemoryTool(val any) *RepoMemoryToolConfig {

Callers 1

NewToolsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected