Skip to content

Commit

Permalink
Update release note for #5526 (#5664)
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Aug 29, 2023
1 parent fa81c61 commit 1f7c7b7
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
---
upgrade:
- |
This update impacts only those who have created custom invocation layers by subclassing PromptModelInvocationLayer.
Previously, the invoke() method in your custom layer received all prompt template parameters (like query,
documents, etc.) as keyword arguments. With this change, these parameters will no longer be passed in as keyword
arguments. If you've implemented such a custom layer, you'll need to potentially update your code to accommodate
this change.
enhancements:
- |
Remove template variables from invocation layer kwargs

0 comments on commit 1f7c7b7

Please sign in to comment.