We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7906572 commit 315974fCopy full SHA for 315974f
1 file changed
src/transformers/utils/chat_parsing/content_parsers.py
@@ -12,8 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
"""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."""
+and parses it into a single key in the output message dictionary. Functions are generally boilerplate."""
17
18
from __future__ import annotations
19
0 commit comments