Jacob Valdez

Results 36 issues of Jacob Valdez

### Feature request Parses the first triple backtick fenced block of code in the output. ### Motivation I think forcing the model to answer immediately on zero shot is more...

### Feature request Parses a datetime object against a datetime format string ### Motivation - Date / Time information is usually given a native place in modern standard libraries. Why...

### Feature request Output parser that returns one of a set of options ### Motivation - Many decisions are multiple choice. This makes it easier to elicidate this information from...

### Feature request Parses an `Enum` value from the output This builds on #4256 ### Motivation - Enums provide a standard multiple choice representation format in python and are deeply...

### Feature request Different from ListOutputParser (see Motivation section) Applies an output parser to each item in a newline separated list output ### Motivation The ListOutputParser does not actually parse...

### Feature request Like `RetryWithErrorOutputParser`, but gives the LLM multiple attempt to succeed. ### Motivation I have had not negligable success in some output parsing cases by merely giving the...

### Feature request Stitches together multiple inputs until the combined input is complete. This allows the combined input to be larger than the token limit of the LLM. It also...

feature: 4250 Note: still need to write tests

Feature: #4254 Note: still need to write tests

Feature: #4260 Note: still need to write tests