MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / supports_function_calling

Method supports_function_calling

core/src/llm/replicate.rs:326–328  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

324 }
325
326 fn supports_function_calling(&self) -> bool {
327 self.model_supports_function_calling()
328 }
329
330 fn max_context_length(&self) -> Option<u32> {
331 // Different models have different context lengths

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected