添加AGENTS SKILL
This commit is contained in:
@@ -72,6 +72,9 @@ public:
|
||||
std::string_view getBody() const noexcept {
|
||||
return body;
|
||||
}
|
||||
const std::map<std::string, std::string>& getParameters() const noexcept {
|
||||
return parameters;
|
||||
}
|
||||
const std::string& getParameter(const std::string& name) const {
|
||||
const auto iterator = parameters.find(name);
|
||||
return iterator == parameters.end() ? empty_parameter_ : iterator->second;
|
||||
|
||||
Reference in New Issue
Block a user