Docs added to show how a new provider is added

Docs added to show how a new tool is created
All tools should add numbers to code for models to be able to reference if needed
Enabled line numbering for code for all tools to use
Additional tests to validate line numbering is not added to git diffs
This commit is contained in:
Fahad
2025-06-15 07:02:27 +04:00
parent b5004b91fc
commit 99fab3e83d
27 changed files with 2511 additions and 143 deletions

View File

@@ -606,7 +606,14 @@ For detailed configuration options, see the [Advanced Usage Guide](docs/advanced
## Testing
For information on running tests and contributing, see the [Testing Guide](docs/testing.md).
For information on running tests, see the [Testing Guide](docs/testing.md).
## Contributing
We welcome contributions! Please see our comprehensive guides:
- [Contributing Guide](docs/contributions.md) - Code standards, PR process, and requirements
- [Adding a New Provider](docs/adding_providers.md) - Step-by-step guide for adding AI providers
- [Adding a New Tool](docs/adding_tools.md) - Step-by-step guide for creating new tools
## License