(part fantasy.MessagePart)
| 212 | } |
| 213 | |
| 214 | func asToolResultPartForTest(part fantasy.MessagePart) (fantasy.ToolResultPart, bool) { |
| 215 | return fantasy.AsMessagePart[testToolResultPart](part) |
| 216 | } |
| 217 | |
| 218 | func TestConvertMessagesWithFiles_NormalizesAssistantToolCallInput(t *testing.T) { |
| 219 | t.Parallel() |
no outgoing calls
no test coverage detected