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

Function process_stream_options

runners/helpers/ValidateRequest.cpp:1044–1048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1042}
1043
1044static td::Status process_stream_options(Ctx &ctx) {
1045 TRY_STATUS(ctx.process_obj_field("include_obfuscation", false, process_boolean));
1046 TRY_STATUS(ctx.process_obj_field("include_usage", false, process_boolean));
1047 return td::Status::OK();
1048}
1049
1050static td::Status process_chat_template_kwargs(Ctx &ctx) {
1051 TRY_STATUS(ctx.process_obj_field("enable_thinking", false, process_boolean));

Callers

nothing calls this directly

Calls 1

process_obj_fieldMethod · 0.80

Tested by

no test coverage detected