struct MCP::Tools::ThreadQueryResult

Defined in:

mcp/tools.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(objects_data : Array(JSON::Any), objects_count : Int32, authors_count : Int32 | Nil, root_object_id : Int64 | Nil, max_depth : Int32) #

[View source]

Instance Method Detail

def authors_count : Int32 | Nil #

def clone #

[View source]
def copy_with(objects_data _objects_data = @objects_data, objects_count _objects_count = @objects_count, authors_count _authors_count = @authors_count, root_object_id _root_object_id = @root_object_id, max_depth _max_depth = @max_depth) #

[View source]
def max_depth : Int32 #

def objects_count : Int32 #

def objects_data : Array(JSON::Any) #

def root_object_id : Int64 | Nil #