AnswerDotAI/shell_sage

Add API Documentation

開放

#36 建立於 2025年2月15日

 (3 則留言) (1 個反應) (0 位負責人)Jupyter Notebook (44 個分叉)auto 404
documentationgood first issuehelp wanted

倉庫指標

星標
 (406 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南