Add the tanuki_bot migration/model
Changelog: added EE: true
显示
- doc/api/graphql/reference/index.md 13 个添加, 3 个删除doc/api/graphql/reference/index.md
- ee/app/controllers/llm/tanuki_bot_controller.rb 3 个添加, 1 个删除ee/app/controllers/llm/tanuki_bot_controller.rb
- ee/app/graphql/mutations/ai/action.rb 2 个添加, 2 个删除ee/app/graphql/mutations/ai/action.rb
- ee/app/graphql/types/ai/base_method_input_type.rb 1 个添加, 1 个删除ee/app/graphql/types/ai/base_method_input_type.rb
- ee/app/graphql/types/ai/tanuki_bot_input_type.rb 14 个添加, 0 个删除ee/app/graphql/types/ai/tanuki_bot_input_type.rb
- ee/app/models/ee/user.rb 8 个添加, 0 个删除ee/app/models/ee/user.rb
- ee/app/services/llm/base_service.rb 3 个添加, 1 个删除ee/app/services/llm/base_service.rb
- ee/app/services/llm/execute_method_service.rb 5 个添加, 2 个删除ee/app/services/llm/execute_method_service.rb
- ee/app/services/llm/tanuki_bot_service.rb 17 个添加, 0 个删除ee/app/services/llm/tanuki_bot_service.rb
- ee/lib/gitlab/llm/open_ai/completions/factory.rb 4 个添加, 0 个删除ee/lib/gitlab/llm/open_ai/completions/factory.rb
- ee/lib/gitlab/llm/open_ai/completions/tanuki_bot.rb 31 个添加, 0 个删除ee/lib/gitlab/llm/open_ai/completions/tanuki_bot.rb
- ee/lib/gitlab/llm/open_ai/response_modifiers/tanuki_bot.rb 31 个添加, 0 个删除ee/lib/gitlab/llm/open_ai/response_modifiers/tanuki_bot.rb
- ee/lib/gitlab/llm/open_ai/templates/tanuki_bot.rb 64 个添加, 0 个删除ee/lib/gitlab/llm/open_ai/templates/tanuki_bot.rb
- ee/lib/gitlab/llm/tanuki_bot.rb 18 个添加, 61 个删除ee/lib/gitlab/llm/tanuki_bot.rb
- ee/spec/graphql/mutations/ai/action_spec.rb 18 个添加, 6 个删除ee/spec/graphql/mutations/ai/action_spec.rb
- ee/spec/lib/gitlab/llm/open_ai/completions/tanuki_bot_spec.rb 49 个添加, 0 个删除...pec/lib/gitlab/llm/open_ai/completions/tanuki_bot_spec.rb
- ee/spec/lib/gitlab/llm/open_ai/response_modifiers/tanuki_bot_spec.rb 32 个添加, 0 个删除.../gitlab/llm/open_ai/response_modifiers/tanuki_bot_spec.rb
- ee/spec/lib/gitlab/llm/tanuki_bot_spec.rb 17 个添加, 7 个删除ee/spec/lib/gitlab/llm/tanuki_bot_spec.rb
- ee/spec/models/ee/user_spec.rb 26 个添加, 0 个删除ee/spec/models/ee/user_spec.rb
- ee/spec/services/llm/base_service_spec.rb 8 个添加, 0 个删除ee/spec/services/llm/base_service_spec.rb
加载中
想要评论请 注册 或 登录