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 43da976 commit e9d2227Copy full SHA for e9d2227
python/semantic_kernel/core_plugins/sessions_python_tool/sessions_python_plugin.py
@@ -301,6 +301,7 @@ async def list_files(self) -> list[SessionsRemoteFileMetadata]:
301
f"List files failed with status code {e.response.status_code} and error: {error_message}"
302
) from e
303
304
+ @kernel_function(name="download_file", description="Downloads a file from the current Session ID")
305
async def download_file(
306
self,
307
*,
0 commit comments