discourse-ai/spec
Sam 2ad743d246
FEATURE: Add GitHub Helper AI Bot persona and tools (#513)
Introduces a new AI Bot persona called 'GitHub Helper' which is specialized in assisting with GitHub-related tasks and questions. It includes the following key changes:

- Implements the GitHub Helper persona class with its system prompt and available tools
   
- Adds three new AI Bot tools for GitHub interactions:
  - github_file_content: Retrieves content of files from a GitHub repository
  - github_pull_request_diff: Retrieves the diff for a GitHub pull request
  - github_search_code: Searches for code in a GitHub repository
    
- Updates the AI Bot dialects to support the new GitHub tools

- Implements multiple function calls for standard tool dialect
2024-03-08 06:37:23 +11:00
..
fabricators FEATURE: UI to update ai personas on admin page (#290) 2023-11-21 16:56:43 +11:00
fixtures FEATURE: new Discourse Helper persona (#473) 2024-02-19 14:52:12 +11:00
jobs DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00
lib FEATURE: Add GitHub Helper AI Bot persona and tools (#513) 2024-03-08 06:37:23 +11:00
models DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00
requests DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00
serializers DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00
shared DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00
support FIX: typo causing text_embedding_3_large to fail (#460) 2024-02-05 11:16:36 +11:00
system DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00
plugin_spec.rb DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00