Module: OllamaChat::EnvConfig::OLLAMA::CHAT::TOOLS

Defined in:
lib/ollama_chat/env_config.rb

Defined Under Namespace

Modules: JIRA

Constant Summary collapse

RUN_TESTS_TEST_RUNNER =

Run Tests tool configuration

set do
  description 'Configured test runner for run_tests tool function'
  default     'rspec'
  required     true
end