AnswerDotAI/shell_sage

Add API Documentation

Aperta

#36 aperta il 15 feb 2025

 (3 commenti) (1 reazione) (0 assegnatari)Jupyter Notebook (44 fork)auto 404
documentationgood first issuehelp wanted

Metriche repository

Star
 (406 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Create comprehensive API documentation covering:

  • Core functions and classes
  • Parameters and return types
  • Usage examples
  • Error handling

Example additions:

## API Reference
### get_sage(provider, model, base_url=None, api_key=None, mode='default')
Creates a new ShellSage instance with specified configuration.

Parameters:
- provider: str - The AI provider to use ('anthropic' or 'openai')
- model: str - Model name to use

Estimated time: 3-4 hours

Guida contributor