class McpTagger

Defined in:

tagger/taggers/mcp.cr

Constant Summary

LEGACY_MESSAGE_SEGMENTS = ["message", "messages"]
LEGACY_SSE_SEGMENT = "sse"

Constructors

Instance Method Summary

Instance methods inherited from class Tagger

name : String name, perform(endpoints : Array(Endpoint)) : Array(Endpoint) perform

Constructor methods inherited from class Tagger

new(options : Hash(String, YAML::Any)) new

Constructor Detail

def self.new(options : Hash(String, YAML::Any)) #

[View source]

Instance Method Detail

def perform(endpoints : Array(Endpoint)) #

[View source]