dspy
dspy copied to clipboard
Refactor `format_turn` in the ChatAdapter
format_turn
method is unnecessarily complex, we should consider refactoring it and only keep the necessary part. In additions, format_turn
is an ambiguous name, we should find a better name.