Skip to content

Commit 315974f

Browse files
Rocketknight1vasqu
andauthored
Apply suggestions from code review
Co-authored-by: Anton Vlasjuk <73884904+vasqu@users.noreply.github.com>
1 parent 7906572 commit 315974f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/transformers/utils/chat_parsing/content_parsers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
"""This file contains the parsers used by chat response parsing. Each parser takes a chunk of captured text
15-
and parses it into a single key in the output message dictionary. Functions are generally boilerplate and as
16-
a result this is mostly agent-written."""
15+
and parses it into a single key in the output message dictionary. Functions are generally boilerplate."""
1716

1817
from __future__ import annotations
1918

0 commit comments

Comments
 (0)