(message)
| 41 | } |
| 42 | |
| 43 | function toAnthropicUserContent(message) { |
| 44 | return typeof message.content === "string" ? message.content : JSON.stringify(message.content ?? ""); |
| 45 | } |
| 46 | |
| 47 | function toAnthropicToolResult(message) { |
| 48 | return { |
no outgoing calls
no test coverage detected