27 lines
585 B
Markdown
27 lines
585 B
Markdown
---
|
|
name: Bug report
|
|
about: The clearer your bug report, the faster it will be fixed!
|
|
title: "[BUG]"
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**Code to reproduce the error**
|
|
The simplest code snippet that produces your bug.
|
|
|
|
**Error logs (if any)**
|
|
Provide error logs if there are any.
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Packages version:**
|
|
Run `pip freeze | grep smolagents` and paste it here.
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|