onToolNotCalled
infix fun <IncomingOutput, IntermediateOutput, OutgoingInput> AIAgentEdgeBuilderIntermediate<IncomingOutput, IntermediateOutput, OutgoingInput>.onToolNotCalled(tool: Tool<*, *>): AIAgentEdgeBuilderIntermediate<IncomingOutput, Message.Tool.Call, OutgoingInput>(source)
Creates an edge that filters tool call messages to NOT be a specific tool
Parameters
tool
The tool to match against