add-missing-response_format-parameter (#1927)
This commit is contained in:
@@ -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",
|
||||||
):
|
):
|
||||||
|
|||||||
Reference in New Issue
Block a user