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

贡献者指南