Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dorbanianas committed Jan 13, 2025
1 parent de9e52d commit 6bcb171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/flockmtl/prompt_manager/repository.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ enum class ScalarFunctionType { COMPLETE_JSON, COMPLETE, FILTER };

enum class TupleFormat { XML, JSON, Markdown };

inline std::pmr::unordered_map<std::string, TupleFormat> TUPLE_FORMAT = {
inline std::unordered_map<std::string, TupleFormat> TUPLE_FORMAT = {
{"XML", TupleFormat::XML}, {"JSON", TupleFormat::JSON}, {"Markdown", TupleFormat::Markdown}};

constexpr auto META_PROMPT =
Expand Down

0 comments on commit 6bcb171

Please sign in to comment.