#include "cli/service/ai/ai_service.h"#include "cli/service/agent/conversational_agent_service.h"#include <algorithm>#include <cctype>#include <sstream>#include "absl/strings/ascii.h"#include "absl/strings/match.h"#include "absl/strings/numbers.h"#include "absl/strings/str_format.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::anonymous_namespace{ai_service.cc} |
Functions | |
| std::string | yaze::cli::anonymous_namespace{ai_service.cc}::ExtractRoomId (const std::string &normalized_prompt) |
| std::string | yaze::cli::anonymous_namespace{ai_service.cc}::ExtractKeyword (const std::string &normalized_prompt) |