We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e9a95 commit 2954d3cCopy full SHA for 2954d3c
haystack/components/generators/chat/azure_responses.py
@@ -142,18 +142,6 @@ def __init__(
142
tools_strict=tools_strict,
143
http_client_kwargs=http_client_kwargs,
144
)
145
- self._is_warmed_up = False
146
-
147
- def warm_up(self):
148
- """
149
- Warm up the Azure OpenAI chat generator.
150
151
- This will warm up the tools registered in the chat generator.
152
- This method is idempotent and will only warm up the tools once.
153
154
- if not self._is_warmed_up:
155
- warm_up_tools(self.tools)
156
- self._is_warmed_up = True
157
158
def to_dict(self) -> dict[str, Any]:
159
"""
0 commit comments