MCPcopy Create free account
hub / github.com/evilsocket/cake / output_modality

Method output_modality

cake-core/src/cake/sharding/api/test_helpers.rs:137–139  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

135#[async_trait]
136impl Model for MockTextGenerator {
137 fn output_modality(&self) -> OutputModality {
138 OutputModality::Text
139 }
140 fn add_message(&mut self, message: Message) -> Result<()> {
141 TextGenerator::add_message(self, message)
142 }

Callers 5

generate_speechFunction · 0.80
generate_text_blockingFunction · 0.80
generate_text_streamFunction · 0.80
generate_imageFunction · 0.80
generate_image_openaiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected