Skip to content

Commit

Permalink
core: add parser for numeric comma separeted output
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelomachado committed Oct 3, 2024
1 parent 4f3eb47 commit 60af23f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions libs/community/tests/unit_tests/load/test_serializable.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,17 @@ def test_serializable_mapping() -> None:
"chat_models",
"ChatGoogleGenerativeAI",
),
(
"langchain",
"output_parsers",
"list",
"CommaSeparatedNumericListOutputParser",
): (
"langchain_core",
"output_parsers",
"list",
"CommaSeparatedNumericListOutputParser",
),
}
serializable_modules = import_all_modules("langchain")

Expand Down

0 comments on commit 60af23f

Please sign in to comment.