Class to parse the output of an LLM call to a date.
ISO 8601 date time standard.
Provides instructions on the expected format of the response for the CommaSeparatedListOutputParser.
A string containing instructions on the expected format of the response.
Parses the given text into a Date. If the parsing fails, throws an OutputParserException.
The text to parse.
A date object.
Generated using TypeDoc
Class to parse the output of an LLM call to a date.