(confidence string)
| 20 | ) |
| 21 | |
| 22 | func normalizeConfidence(confidence string) string { |
| 23 | return strings.ToUpper(strings.TrimSpace(confidence)) |
| 24 | } |
| 25 | |
| 26 | // issueUpdateTool is a helper to create single-field issue update tools. |
| 27 | func issueUpdateTool( |
no outgoing calls
no test coverage detected