add-missing-response_format-parameter (#1927)
This commit is contained in:
@@ -172,6 +172,7 @@ class AWSBedrockLLM(LLMBase):
|
||||
def generate_response(
|
||||
self,
|
||||
messages: List[Dict[str, str]],
|
||||
response_format=None,
|
||||
tools: Optional[List[Dict]] = None,
|
||||
tool_choice: str = "auto",
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user