add-missing-response_format-parameter (#1927)

This commit is contained in:
dbcontributions
2024-09-30 13:10:22 -06:00
committed by GitHub
parent c45f14e77d
commit 52bd8fca5c

View File

@@ -172,6 +172,7 @@ class AWSBedrockLLM(LLMBase):
def generate_response( def generate_response(
self, self,
messages: List[Dict[str, str]], messages: List[Dict[str, str]],
response_format=None,
tools: Optional[List[Dict]] = None, tools: Optional[List[Dict]] = None,
tool_choice: str = "auto", tool_choice: str = "auto",
): ):