yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
tool_schema_builder.cc File Reference
#include "cli/service/ai/tool_schema_builder.h"
#include <fstream>
#include "absl/status/status.h"
#include "absl/strings/str_cat.h"
#include "nlohmann/json.hpp"
#include "util/platform_paths.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::cli
 Namespace for the command line interface.
 
namespace  yaze::cli::anonymous_namespace{tool_schema_builder.cc}
 

Functions

nlohmann::json yaze::cli::anonymous_namespace{tool_schema_builder.cc}::BuildFunctionDeclaration (const ToolSpecification &spec)
 
absl::StatusOr< nlohmann::json > yaze::cli::anonymous_namespace{tool_schema_builder.cc}::ExtractFunctionDeclaration (const nlohmann::json &schema_json)