Skip to main content

supports

Method
This is a method of the AgentRuntimeProtocol class in the protocols module.
Check if this runtime supports the given model reference.

Signature

Parameters

Optional[str]
Optional model reference (e.g., “gpt-4”, “claude-3”)

Returns

bool
True if this runtime can handle the model, False otherwise

Source

View on GitHub

praisonaiagents/runtime/protocols.py at line 203