lucasiscovici
lucasiscovici
update base class of ListStepContainer to BaseStepContainer Fixes #6231
https://github.com/hwchase17/langchain/blob/c7db9febb0edeba1ea108adc4423b789404ce5f2/langchain/experimental/plan_and_execute/schema.py#L31 From `class ListStepContainer(BaseModel):` To `class ListStepContainer(BaseStepContainer):`
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Browser language dependant **Describe...
with the current regex, there are false positive with files containing sha256 (Ex: RECORD file) ## Checklist - [ ] I've read the [guidelines for contributing](https://aquasecurity.github.io/trivy/latest/community/contribute/pr/) to this repository. -...
# Description Add the additonnal kward 'context' for openai into convert_dict_to_message and convert_message_to_dict functions. # Details In recent versions of the Azure OpenAI Chat With Your Data, a significant enhancement...