claudeFormat implements Format for Claude Messages API.
| 7 | |
| 8 | // claudeFormat implements Format for Claude Messages API. |
| 9 | type claudeFormat struct{} |
| 10 | |
| 11 | func (claudeFormat) Name() string { return "claude" } |
| 12 |
nothing calls this directly
no outgoing calls
no test coverage detected