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 5dd2f03 commit bd42f93Copy full SHA for bd42f93
sdk/ai/azure-ai-projects/tests/samples/test_samples.py
@@ -171,9 +171,6 @@ def _get_tools_sample_paths():
171
"sample_agent_memory_search.py",
172
"sample_agent_openapi_with_project_connection.py",
173
"sample_agent_to_agent.py",
174
- "sample_agent_code_interpreter.py",
175
- "sample_agent_file_search.py",
176
- "sample_agent_file_search_in_stream.py",
177
]
178
samples = []
179
@@ -196,8 +193,6 @@ def _get_tools_sample_paths_async():
196
193
tools_samples_to_skip = [
197
194
"sample_agent_mcp_with_project_connection_async.py",
198
195
"sample_agent_memory_search_async.py",
199
- "sample_agent_code_interpreter_async.py",
200
- "sample_agent_file_search_in_stream_async.py",
201
202
203
0 commit comments