Azure / Azure/azure-sdk-for-python
Python: geojson and csv not supported
- Vorherrschende Sprache
- Python
- Sterne
- 5.6k
- Forks
- 3.4k
- Ø Merge
- 2 T.
- Gemergte PRs (30 T.)
- 217
Beschreibung
- **azure-ai-agents**:
- **1.2.0b5**:
- **MacOS**:
- **3.12.11**:
**Describe the bug**
In context of the issue https://github.com/microsoft/agent-framework/issues/2469#issuecomment-3589640065
**To Reproduce**
Steps to reproduce the behavior:
```
file = await agents_client.files.upload_and_poll(
file_path="example.geojson",
purpose="assistants"
)
```
Error: Message: Files with extensions [.csv] are not supported for retrieval. Supported file types include: [.c, .cpp, .cs, .css, .doc, .docx, .go, .html, .java, .js, .json, .md, .pdf, .php, .pptx, .py, .rb, .sh, .tex, .ts, .txt].
**Expected behavior**
Upload pdf file
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.