You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
Michael Schock 5e60d65917
experimental[patch]: return from HuggingGPT task executor task.run() exception (#20219)
**Description:** Fixes a bug in the HuggingGPT task execution logic
here:

      except Exception as e:
          self.status = "failed"
          self.message = str(e)
      self.status = "completed"
      self.save_product()

where a caught exception effectively just sets `self.message` and can
then throw an exception if, e.g., `self.product` is not defined.

**Issue:** None that I'm aware of.
**Dependencies:** None
**Twitter handle:** https://twitter.com/michaeljschock

Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
2 months ago
..
cli cli[minor]: Add __version__ (#20903) 2 months ago
community community[patch]: add more data types support to ipex-llm llm integration (#20833) 2 months ago
core core[patch]: improve comma separated list output parser to handle non-space separated list (#20434) 2 months ago
experimental experimental[patch]: return from HuggingGPT task executor task.run() exception (#20219) 2 months ago
langchain core[minor], langchain[patch], community[patch]: mv StructuredQuery (#20849) 2 months ago
partners mistral, openai: support custom tokenizers in chat models (#20901) 2 months ago
standard-tests standard-tests: split tool calling test (#20803) 2 months ago
text-splitters text-splitters[patch]: fix MarkdownHeaderTextSplitter fails to parse headers with non-printable characters (#20645) 2 months ago