Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommandCodeAI/BaseAI
/ hasNoToolCalls
Method
hasNoToolCalls
packages/core/src/pipes/pipes.ts:154–156 ·
view source on GitHub ↗
(message: Message)
Source
from the content-addressed store, hash-verified
152
}
153
154
private hasNoToolCalls(message: Message): boolean {
155
return
!message.tool_calls || message.tool_calls.length === 0;
156
}
157
158
private getMessagesToSend(
159
messages: Message[],
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected