MCPcopy Create free account
hub / github.com/TelegramMessenger/cocoon / process_function_call

Function process_function_call

runners/helpers/ValidateRequest.cpp:946–950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

944}
945
946static td::Status process_function_call(Ctx &ctx) {
947 TRY_STATUS(ctx.process_obj_field("arguments", true, process_string));
948 TRY_STATUS(ctx.process_obj_field("name", true, process_string));
949 return td::Status::OK();
950}
951
952static td::Status process_function_tool_call(Ctx &ctx) {
953 TRY_STATUS(ctx.process_obj_field("id", true, process_string));

Callers

nothing calls this directly

Calls 1

process_obj_fieldMethod · 0.80

Tested by

no test coverage detected