MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / capabilities

Method capabilities

app/src/AI/Providers/GroqProvider.cpp:130–136  ·  view source on GitHub ↗

* @brief Returns capability hints tuned for Groq-hosted models. */

Source from the content-addressed store, hash-verified

128 * @brief Returns capability hints tuned for Groq-hosted models.
129 */
130AI::ProviderCapabilities AI::GroqProvider::capabilities() const
131{
132 ProviderCapabilities caps;
133 caps.needsSmallToolSurface = true;
134 caps.toolResultByteBudget = 4096;
135 return caps;
136}
137
138//--------------------------------------------------------------------------------------------------
139// sendMessage

Callers 4

issueRequestMethod · 0.45
recordToolResultMethod · 0.45
dispatcherToolsMethod · 0.45
budgetedHistoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected