File tree Expand file tree Collapse file tree 4 files changed +3
-17
lines changed Expand file tree Collapse file tree 4 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ def format_message(msg)
8989 def format_basic_message ( msg )
9090 {
9191 role : convert_role ( msg . role ) ,
92- content : self :: Media . format_content ( msg . content )
92+ content : Media . format_content ( msg . content )
9393 }
9494 end
9595
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def format_message(msg)
2929 def format_basic_message ( msg )
3030 {
3131 role : Anthropic ::Chat . convert_role ( msg . role ) ,
32- content : self :: Media . format_content ( msg . content )
32+ content : Media . format_content ( msg . content )
3333 }
3434 end
3535
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def format_parts(msg)
6161 }
6262 } ]
6363 else
64- self :: Media . format_content ( msg . content )
64+ Media . format_content ( msg . content )
6565 end
6666 end
6767
You can’t perform that action at this time.
0 commit comments